mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			395 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			395 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| // aux-crate:priv:pub_struct=pub-struct.rs
 | |
| // compile-flags:-Z unstable-options
 | |
| 
 | |
| // The issue was an ICE which meant that we never actually generated the docs
 | |
| // so if we have generated the docs, we're okay.
 | |
| // Since we don't generate the docs for the auxiliary files, we can't actually
 | |
| // verify that the struct is linked correctly.
 | |
| 
 | |
| // @has issue_66159/index.html
 | |
| //! [pub_struct::SomeStruct]
 | 
