Sign in
android
/
toolchain
/
rustc
/
635618df8991b8a005e435895ea0b1eee7e3faf0
/
.
/
tests
/
rustdoc-ui
/
issue-61592-2.rs
blob: 5b4fc5ee7006307ed2231ac43db97f5a7c34d6a4 [
file
] [
log
] [
blame
]
// aux-build:issue-61592.rs
extern
crate foo
;
#[
doc
=
"bar"
]
#[
doc
(
inline
)]
//~ ERROR
#[
doc
=
"baz"
]
pub
use
foo
::
Foo
as
_
;
fn
main
()
{}