]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-json/reexport/synthesize_trait_with_docs.rs
Rollup merge of #106644 - alexcrichton:update-wasi-toolchain, r=cuviper
[rust.git] / tests / rustdoc-json / reexport / synthesize_trait_with_docs.rs
1 // Regression test for <https://github.com/rust-lang/rust/issues/105022>
2 // aux-build: trait_with_docs.rs
3
4 extern crate trait_with_docs;
5
6 pub struct Local;
7
8 impl trait_with_docs::HasDocs for Local {}
9
10 // @!has "$.index[*][?(@.name == 'HasDocs')]"