mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-04 15:05:30 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			329 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			329 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
error: cannot find attribute `dummy` in this scope
 | 
						|
  --> $DIR/derive-helper-legacy-spurious.rs:3:4
 | 
						|
   |
 | 
						|
LL | #![dummy]
 | 
						|
   |    ^^^^^
 | 
						|
 | 
						|
error: cannot find attribute `empty_helper` in this scope
 | 
						|
  --> $DIR/derive-helper-legacy-spurious.rs:9:3
 | 
						|
   |
 | 
						|
LL | #[empty_helper]
 | 
						|
   |   ^^^^^^^^^^^^
 | 
						|
 | 
						|
error: aborting due to 2 previous errors
 | 
						|
 |