mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 13:04:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			296 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			296 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| //@ aux-build:issue-34274.rs
 | |
| //@ build-aux-docs
 | |
| //@ ignore-cross-compile
 | |
| 
 | |
| // https://github.com/rust-lang/rust/issues/34274
 | |
| #![crate_name = "foo"]
 | |
| 
 | |
| extern crate issue_34274;
 | |
| 
 | |
| //@ has foo/fn.extern_c_fn.html '//a/@href' '../src/issue_34274/issue-34274.rs.html#2'
 | |
| pub use issue_34274::extern_c_fn;
 | 
