mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-30 20:44:34 +00:00 
			
		
		
		
	 c3e29ea5e9
			
		
	
	
		c3e29ea5e9
		
	
	
	
	
		
			
			It doesn't look quite right, because the lines are too far apart, and it's not going to be announced by screenreaders as a menu button, since that's not what the symbol means. This adds a real tooltip and uses a better drawing of the icon.
		
			
				
	
	
		
			7 lines
		
	
	
		
			282 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			282 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| #![feature(rustdoc_internals)]
 | |
| #![allow(internal_features)]
 | |
| #![doc(rust_logo)]
 | |
| // Note: this test is paired with logo-class.rs and logo-class-default.rs.
 | |
| // @has logo_class_rust/struct.SomeStruct.html '//*[@class="logo-container"]/img[@class="rust-logo"]' ''
 | |
| pub struct SomeStruct;
 |