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
251 B
Rust
Raw Normal View History

// aux-build:issue-29584.rs
// ignore-cross-compile
2023-10-16 18:12:17 -05:00
// https://github.com/rust-lang/rust/issues/29584
#![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;