mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 13:04:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			200 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			200 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| //@ aux-build:issue-22025.rs
 | |
| //@ ignore-cross-compile
 | |
| 
 | |
| // https://github.com/rust-lang/rust/issues/22025
 | |
| #![crate_name="issue_22025"]
 | |
| 
 | |
| extern crate issue_22025;
 | |
| 
 | |
| pub use issue_22025::foo::{Foo, Bar};
 | 
