mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-29 20:15:27 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			268 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			268 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| // compile-flags:--no-defaults --passes strip-priv-imports
 | |
| // aux-build:empty.rs
 | |
| // ignore-cross-compile
 | |
| 
 | |
| // @has issue_27104/index.html
 | |
| // @!hasraw - 'extern crate std'
 | |
| // @!hasraw - 'use std::prelude::'
 | |
| 
 | |
| // @hasraw - 'pub extern crate empty'
 | |
| pub extern crate empty;
 | 
