mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-30 20:44:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			232 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			232 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| #![crate_name = "foo"]
 | |
| 
 | |
| // @has foo/struct.Foo.html '//pre[@class="rust item-decl"]' \
 | |
| //      'pub struct Foo<const M: usize = 10, const N: usize = M, T = i32>('
 | |
| pub struct Foo<const M: usize = 10, const N: usize = M, T = i32>(T);
 | 
