mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			193 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			193 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| // aux-build:issue-46727.rs
 | |
| 
 | |
| extern crate issue_46727;
 | |
| 
 | |
| // @has issue_46727/trait.Foo.html
 | |
| // @has - '//h3[@class="code-header"]' 'impl<T> Foo for Bar<[T; 3]>'
 | |
| pub use issue_46727::{Foo, Bar};
 | 
