mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			209 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			209 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| // ignore-windows
 | |
| // compile-flags: --no-defaults
 | |
| 
 | |
| // @has src/issue_26995/dev/null.html
 | |
| // @has issue_26995/null/index.html '//a/@href' '../../src/issue_26995/dev/null.html'
 | |
| #[path="/dev/null"]
 | |
| pub mod null;
 | 
