2022-06-29 20:34:56 +02:00
|
|
|
// Regression test for <https://github.com/rust-lang/rust/issues/98658>
|
|
|
|
|
|
|
|
#![no_std]
|
|
|
|
|
2025-03-20 23:01:32 +00:00
|
|
|
//@ 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\"
|
2022-06-29 20:34:56 +02:00
|
|
|
pub struct ForBlanketTryFromImpl;
|