mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 21:16:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			342 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			342 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| // Regression test for <https://github.com/rust-lang/rust/issues/98658>
 | |
| 
 | |
| #![no_std]
 | |
| 
 | |
| //@ has "$.index[?(@.name=='Error')].inner.assoc_type"
 | |
| //@ has "$.index[?(@.name=='Error')].inner.assoc_type.type.resolved_path"
 | |
| //@ has "$.index[?(@.name=='Error')].inner.assoc_type.type.resolved_path.path" \"Infallible\"
 | |
| pub struct ForBlanketTryFromImpl;
 | 
