blob: e15848cdaddbb1a6989caa5056dc680ee9a4f2b3 [file]
// 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.primitive' '"never"'
pub struct ForBlanketTryFromImpl;