mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-30 12:36:38 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			319 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			319 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| // https://github.com/rust-lang/rust/issues/33113
 | |
| #![crate_name="foobar"]
 | |
| 
 | |
| //@ aux-build:issue-33113.rs
 | |
| //@ build-aux-docs
 | |
| //@ ignore-cross-compile
 | |
| 
 | |
| extern crate bar;
 | |
| 
 | |
| //@ has foobar/trait.Bar.html
 | |
| //@ has - '//h3[@class="code-header"]' "for &'a char"
 | |
| //@ has - '//h3[@class="code-header"]' "for Foo"
 | |
| pub use bar::Bar;
 | 
