mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-03 22:49:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			317 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			317 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
error: missing documentation for a macro
 | 
						|
  --> $DIR/deny-missing-docs-macro.rs:6:1
 | 
						|
   |
 | 
						|
LL | macro_rules! foo {
 | 
						|
   | ^^^^^^^^^^^^^^^^
 | 
						|
   |
 | 
						|
note: the lint level is defined here
 | 
						|
  --> $DIR/deny-missing-docs-macro.rs:3:9
 | 
						|
   |
 | 
						|
LL | #![deny(missing_docs)]
 | 
						|
   |         ^^^^^^^^^^^^
 | 
						|
 | 
						|
error: aborting due to previous error
 | 
						|
 |