mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-30 20:44:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			175 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			175 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| //@ build-aux-docs
 | |
| //@ ignore-cross-compile
 | |
| 
 | |
| #![crate_name = "foo"]
 | |
| 
 | |
| //@ has foo/fn.foo.html '//code' ''
 | |
| #[doc = "Attempted to pass a string containing `\0`"]
 | |
| pub fn foo() {}
 | 
