mirror of
				https://git.proxmox.com/git/rustc
				synced 2025-11-04 05:16:15 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			140 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			140 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
#[rustversion::attr(not(nightly), ignore)]
 | 
						|
#[test]
 | 
						|
fn ui() {
 | 
						|
    let t = trybuild::TestCases::new();
 | 
						|
    t.compile_fail("tests/ui/*.rs");
 | 
						|
}
 |