summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-json/reexport/synthesize_trait_with_docs.rs
blob: 25a7c08d689225e9484e0f42c2255db78aaa5e3d (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')]"