bevy/crates/bevy_reflect/compile_fail/tests
Gino Valente 09d86bfb96
bevy_reflect: Re-enable reflection compile fail tests (#14165)
# Objective

Looks like I accidentally disabled the reflection compile fail tests in
#13152. These should be re-enabled.

## Solution

Re-enable reflection compile fail tests.

## Testing

CI should pass. You can also test locally by navigating to
`crates/bevy_reflect/compile_fail/` and running:

```
cargo test --target-dir ../../../target
```
2024-07-05 20:49:03 +00:00
..
into_function bevy_reflect: Function reflection (#13152) 2024-07-01 13:49:08 +00:00
reflect_derive Add on_unimplemented Diagnostics to Most Public Traits (#13347) (#13662) 2024-06-04 00:31:34 +00:00
derive.rs bevy_reflect: Re-enable reflection compile fail tests (#14165) 2024-07-05 20:49:03 +00:00
func.rs bevy_reflect: Function reflection (#13152) 2024-07-01 13:49:08 +00:00