about summary refs log tree commit diff
path: root/tests/rustdoc-ui/issues/issue-61592.rs
blob: 4721f7d35c535d791aa070cdf68842bac3f3355e (plain)
1
2
3
4
5
6
7
8
//@ aux-build:issue-61592.rs

extern crate foo;

#[doc(inline)] //~ ERROR
pub use foo::Foo as _;

fn main() {}