mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			241 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			241 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| // aux-build:empty.rs
 | |
| // aux-build:variant-struct.rs
 | |
| // ignore-cross-compile
 | |
| 
 | |
| // @has issue_33178_1/index.html
 | |
| // @!has - //a/@title empty
 | |
| pub extern crate empty;
 | |
| 
 | |
| // @!has - //a/@title variant_struct
 | |
| pub extern crate variant_struct as foo;
 | 
