blob: 89591690bcafc2bf0265c32c7ab9941b48828071 [file] [log] [blame]
// Regression test for <https://github.com/rust-lang/rust/issues/105022>
//@ aux-build: trait_with_docs.rs
extern crate trait_with_docs;
pub struct Local;
impl trait_with_docs::HasDocs for Local {}
//@ !has "$.index[?(@.name == 'HasDocs')]"