bevy/crates/bevy_reflect/compile_fail/tests/reflect_derive
Alice Cecile ec7b3490f6
Add on_unimplemented Diagnostics to Most Public Traits (#13347) (#13662)
# Objective

- #13414 did not have the intended effect.
- #13404 is still blocked

## Solution

- Re-adds #13347.

Co-authored-by: Zachary Harrold <zac@harrold.com.au>
Co-authored-by: Jamie Ridding <Themayu@users.noreply.github.com>
Co-authored-by: BD103 <59022059+BD103@users.noreply.github.com>
2024-06-04 00:31:34 +00:00
..
bounds_pass.rs
custom_where_fail.rs
custom_where_fail.stderr
custom_where_pass.rs
from_reflect_fail.rs
from_reflect_fail.stderr
from_reflect_pass.rs
generics_fail.rs Add on_unimplemented Diagnostics to Most Public Traits (#13347) (#13662) 2024-06-04 00:31:34 +00:00
generics_fail.stderr Add on_unimplemented Diagnostics to Most Public Traits (#13347) (#13662) 2024-06-04 00:31:34 +00:00
generics_structs_pass.rs
lifetimes_pass.rs
lifetimes_pass.stderr
nested_pass.rs