rust/tests/rustdoc/inline_cross/doc-hidden-extern-trait-impl-29584.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
253 B
Rust
Raw Normal View History

//@ aux-build:issue-29584.rs
//@ ignore-cross-compile
2023-10-16 16:12:17 -07:00
// https://github.com/rust-lang/rust/issues/29584
#![crate_name="issue_29584"]
extern crate issue_29584;
//@ has issue_29584/struct.Foo.html
//@ !hasraw - 'impl Bar for'
pub use issue_29584::Foo;