mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 13:04:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			150 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			150 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| // aux-build:issue-28927-2.rs
 | |
| // aux-build:issue-28927-1.rs
 | |
| // ignore-cross-compile
 | |
| 
 | |
| pub extern crate issue_28927_1 as inner1;
 | |
| pub use inner1 as foo;
 | 
