blob: f2acabbe37254826aea2c5d14553b42dcb88a108 [file] [log] [blame] [edit]
// 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.name" \"Infallible\"
pub struct ForBlanketTryFromImpl;