mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-04 06:56:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			421 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			421 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
error[E0426]: use of undeclared label `'aaaaaa`
 | 
						|
  --> $DIR/issue-73541-3.rs:4:29
 | 
						|
   |
 | 
						|
LL |     'aaaaab: loop {
 | 
						|
   |     ------- a label with a similar name exists but is unreachable
 | 
						|
LL |         || {
 | 
						|
LL |             loop { continue 'aaaaaa }
 | 
						|
   |                             ^^^^^^^ undeclared label `'aaaaaa`
 | 
						|
 | 
						|
error: aborting due to 1 previous error
 | 
						|
 | 
						|
For more information about this error, try `rustc --explain E0426`.
 |