mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-04 15:05:30 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			327 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			327 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
error: conflicting doc inlining attributes
 | 
						|
  --> $DIR/doc-inline-extern-crate.rs:1:7
 | 
						|
   |
 | 
						|
LL | #[doc(inline)]
 | 
						|
   |       ^^^^^^ this attribute...
 | 
						|
LL |
 | 
						|
LL | #[doc(no_inline)]
 | 
						|
   |       ^^^^^^^^^ ...conflicts with this attribute
 | 
						|
   |
 | 
						|
   = help: remove one of the conflicting attributes
 | 
						|
 | 
						|
error: aborting due to 1 previous error
 | 
						|
 |