rust/src/test/rustdoc-json/blanket_impls.rs
2022-08-18 11:00:21 +02:00

8 lines
339 B
Rust

// Regression test for <https://github.com/rust-lang/rust/issues/98658>
#![no_std]
// @has "$.index[*][?(@.name=='Error')].kind" \"assoc_type\"
// @has "$.index[*][?(@.name=='Error')].inner.default.kind" \"resolved_path\"
// @has "$.index[*][?(@.name=='Error')].inner.default.inner.name" \"Infallible\"
pub struct ForBlanketTryFromImpl;