mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			313 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			313 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| error: unknown `builtin #` construct `foobar`
 | |
|   --> $DIR/builtin-syntax.rs:4:5
 | |
|    |
 | |
| LL |     builtin # foobar();
 | |
|    |     ^^^^^^^^^^^^^^^^
 | |
| 
 | |
| error: expected identifier after `builtin #`
 | |
|   --> $DIR/builtin-syntax.rs:8:15
 | |
|    |
 | |
| LL |     builtin # {}();
 | |
|    |               ^
 | |
| 
 | |
| error: aborting due to 2 previous errors
 | |
| 
 | 
