blob: 2def2c2c5a9569839a24dec58dd63658da1442a3 [file] [edit]
// Regression test for <https://github.com/rust-lang/rust/issues/98658>
#![no_std]
//@ jq_is '[.index[] | select(.name == "Error").inner | has("assoc_type")]' '[true, true]'
//@ jq_has '.index[] | select(.name == "Error").inner.assoc_type.type.resolved_path.path' '"Infallible"'
pub struct ForBlanketTryFromImpl;