mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			285 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			285 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| error: invalid label name `'static`
 | |
|   --> $DIR/label-static.rs:2:5
 | |
|    |
 | |
| LL |     'static: loop {
 | |
|    |     ^^^^^^^
 | |
| 
 | |
| error: invalid label name `'static`
 | |
|   --> $DIR/label-static.rs:3:15
 | |
|    |
 | |
| LL |         break 'static
 | |
|    |               ^^^^^^^
 | |
| 
 | |
| error: aborting due to 2 previous errors
 | |
| 
 | 
