forked from mirrors/gecko-dev
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			166 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			166 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| #[rustversion::attr(not(nightly), ignore)]
 | |
| #[cfg_attr(miri, ignore)]
 | |
| #[test]
 | |
| fn ui() {
 | |
|     let t = trybuild::TestCases::new();
 | |
|     t.compile_fail("tests/ui/*.rs");
 | |
| }
 | 
