mirror of
				https://git.proxmox.com/git/rustc
				synced 2025-11-04 02:07:54 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			202 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			202 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
// aux-build:invalid-punct-ident.rs
 | 
						|
// needs-unwind proc macro panics to report errors
 | 
						|
 | 
						|
#[macro_use]
 | 
						|
extern crate invalid_punct_ident;
 | 
						|
 | 
						|
invalid_raw_ident!(); //~ ERROR proc macro panicked
 | 
						|
 | 
						|
fn main() {}
 |