 09d86bfb96
			
		
	
	
		09d86bfb96
		
			
		
	
	
	
	
		
			
			# 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 ```
		
			
				
	
	
		
			4 lines
		
	
	
		
			110 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			110 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| fn main() -> compile_fail_utils::ui_test::Result<()> {
 | |
|     compile_fail_utils::test("tests/reflect_derive")
 | |
| }
 |