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.

11 lines
201 B
Rust
Raw Normal View History

// aux-build:issue-29584.rs
// ignore-cross-compile
#![crate_name="issue_29584"]
extern crate issue_29584;
// @has issue_29584/struct.Foo.html
2022-08-11 23:44:07 -05:00
// @!hasraw - 'impl Bar for'
pub use issue_29584::Foo;