]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-json/blanket_impls.rs
Rollup merge of #103702 - WaffleLapkin:lift-sized-bounds-from-pointer-methods-where...
[rust.git] / tests / rustdoc-json / blanket_impls.rs
1 // Regression test for <https://github.com/rust-lang/rust/issues/98658>
2
3 #![no_std]
4
5 // @has "$.index[*][?(@.name=='Error')].kind" \"assoc_type\"
6 // @has "$.index[*][?(@.name=='Error')].inner.default.kind" \"resolved_path\"
7 // @has "$.index[*][?(@.name=='Error')].inner.default.inner.name" \"Infallible\"
8 pub struct ForBlanketTryFromImpl;