mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-04 06:56:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			165 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			165 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
//@ aux-build:issue-40936.rs
 | 
						|
//@ check-pass
 | 
						|
//@ build-aux-docs
 | 
						|
 | 
						|
// https://github.com/rust-lang/rust/issues/40936
 | 
						|
 | 
						|
#![crate_name = "foo"]
 | 
						|
 | 
						|
extern crate issue_40936;
 |