mirror of
				https://git.proxmox.com/git/rustc
				synced 2025-11-04 12:36:22 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			490 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			490 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
// @has issue_41783/struct.Foo.html
 | 
						|
// @!hasraw - 'space'
 | 
						|
// @!hasraw - 'comment'
 | 
						|
// @hasraw - '<span class="attr">#[outer]'
 | 
						|
// @!hasraw - '<span class="attr">#[outer]</span>'
 | 
						|
// @hasraw - '#![inner]</span>'
 | 
						|
// @!hasraw - '<span class="attr">#![inner]</span>'
 | 
						|
// @snapshot 'codeblock' - '//*[@class="toggle top-doc"]/*[@class="docblock"]//pre/code'
 | 
						|
 | 
						|
/// ```no_run
 | 
						|
/// # # space
 | 
						|
/// # comment
 | 
						|
/// ## single
 | 
						|
/// ### double
 | 
						|
/// #### triple
 | 
						|
/// ##[outer]
 | 
						|
/// ##![inner]
 | 
						|
/// ```
 | 
						|
pub struct Foo;
 |