mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 13:04:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			249 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			249 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| //@ aux-build:issue-33113.rs
 | |
| //@ build-aux-docs
 | |
| //@ ignore-cross-compile
 | |
| 
 | |
| extern crate bar;
 | |
| 
 | |
| // @has issue_33113/trait.Bar.html
 | |
| // @has - '//h3[@class="code-header"]' "for &'a char"
 | |
| // @has - '//h3[@class="code-header"]' "for Foo"
 | |
| pub use bar::Bar;
 | 
