]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-json/blanket_impls.rs
Rollup merge of #99479 - Enselic:import-can-be-without-id, r=camelid
[rust.git] / src / test / rustdoc-json / blanket_impls.rs
1 // Regression test for <https://github.com/rust-lang/rust/issues/98658>
2
3 #![no_std]
4
5 // @has blanket_impls.json
6 // @has - "$.index[*][?(@.name=='Error')].kind" \"assoc_type\"
7 // @has - "$.index[*][?(@.name=='Error')].inner.default.kind" \"resolved_path\"
8 // @has - "$.index[*][?(@.name=='Error')].inner.default.inner.name" \"Infallible\"
9 pub struct ForBlanketTryFromImpl;