2022-06-29 13:34:56 -05:00
|
|
|
// Regression test for <https://github.com/rust-lang/rust/issues/98658>
|
|
|
|
|
|
|
|
#![no_std]
|
|
|
|
|
2024-07-19 09:50:47 -05:00
|
|
|
//@ has "$.index[*][?(@.name=='Error')].inner.assoc_type"
|
|
|
|
//@ has "$.index[*][?(@.name=='Error')].inner.assoc_type.default.resolved_path"
|
|
|
|
//@ has "$.index[*][?(@.name=='Error')].inner.assoc_type.default.resolved_path.name" \"Infallible\"
|
2022-06-29 13:34:56 -05:00
|
|
|
pub struct ForBlanketTryFromImpl;
|