blob: a2a5c4a71460cfa66ec932db6bfb6ce90f4cd659 (
plain)
1
2
3
4
5
6
7
8
|
// 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.default.resolved_path"
// @has "$.index[*][?(@.name=='Error')].inner.assoc_type.default.resolved_path.name" \"Infallible\"
pub struct ForBlanketTryFromImpl;
|