about summary refs log tree commit diff
path: root/tests/rustdoc-json/reexport/synthesize_trait_with_docs.rs
blob: 89591690bcafc2bf0265c32c7ab9941b48828071 (plain)
1
2
3
4
5
6
7
8
9
10
// 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')]"