rust/tests/rustdoc-json/blanket_impls.rs
Alona Enraght-Moony 7ab71c417b tests/rustdoc-json: replace $.index[*][? with $.index[?
Done automatically with VSCode.
2025-03-21 00:48:09 +00:00

8 lines
342 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.type.resolved_path"
//@ has "$.index[?(@.name=='Error')].inner.assoc_type.type.resolved_path.path" \"Infallible\"
pub struct ForBlanketTryFromImpl;