mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-04 15:05:30 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			206 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			206 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
error: cannot export macro_rules! macros from a `proc-macro` crate type currently
 | 
						|
  --> $DIR/export-macro.rs:9:1
 | 
						|
   |
 | 
						|
LL | macro_rules! foo {
 | 
						|
   | ^^^^^^^^^^^^^^^^
 | 
						|
 | 
						|
error: aborting due to 1 previous error
 | 
						|
 |