blob: c5cc87ca1eb30eaf23d0f9337af036842536d1ce [file] [log] [blame]
// Regression test for <https://github.com/rust-lang/rust/issues/98658>
#![no_std]
// @has "$.index[*][?(@.name=='Error')].kind" \"assoc_type\"
// @has "$.index[*][?(@.name=='Error')].inner.default.kind" \"resolved_path\"
// @has "$.index[*][?(@.name=='Error')].inner.default.inner.name" \"Infallible\"
pub struct ForBlanketTryFromImpl;