bevy/crates/bevy_reflect/compile_fail/tests/reflect_derive
Alice Cecile ee6dfd35c9
Revert "Add on_unimplemented Diagnostics to Most Public Traits" (#13413)
# Objective

- Rust 1.78 breaks all Android support, see
https://github.com/bevyengine/bevy/issues/13331
- We should not bump the MSRV to 1.78 until that's resolved in #13366.

## Solution

- Temporarily revert https://github.com/bevyengine/bevy/pull/13347

Co-authored-by: Alice Cecile <alice.i.cecil@gmail.com>
2024-05-17 17:00:43 +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 Revert "Add on_unimplemented Diagnostics to Most Public Traits" (#13413) 2024-05-17 17:00:43 +00:00
generics_fail.stderr Revert "Add on_unimplemented Diagnostics to Most Public Traits" (#13413) 2024-05-17 17:00:43 +00:00
generics_structs_pass.rs
lifetimes_pass.rs
lifetimes_pass.stderr
nested_pass.rs