mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 13:04:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			164 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			164 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| //@ aux-build:t.rs
 | |
| //@ build-aux-docs
 | |
| // simple test to see if we support building transitive crates
 | |
| extern crate t;
 | |
| pub struct Sierra;
 | |
| impl t::Tango for Sierra {}
 | 
