mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 21:16:44 +00:00 
			
		
		
		
	 3b0d306b94
			
		
	
	
		3b0d306b94
		
	
	
	
	
		
			
			Filter away names that are not actually imported by the glob, e.g. because they are shadowed by something else
		
			
				
	
	
		
			8 lines
		
	
	
		
			92 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			92 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| #![crate_name = "inner"]
 | |
| 
 | |
| pub struct SomeStruct;
 | |
| 
 | |
| pub fn some_fn() {}
 | |
| 
 | |
| pub enum Shadowed {}
 |