rust/tests/rustdoc-json/blanket_impls.rs
2024-07-19 16:54:42 +02:00

9 lines
357 B
Rust

// 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;