rust/tests/rustdoc-ui/issues/issue-61592.rs

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

9 lines
111 B
Rust
Raw Normal View History

//@ aux-build:issue-61592.rs
extern crate foo;
#[doc(inline)] //~ ERROR
pub use foo::Foo as _;
fn main() {}