Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
rustdoc
/
cfg-rustdoc.rs
blob: dd8e1ed97c4d2fb89d89eef8cc3e79abb65d9a74 [
file
] [
log
] [
blame
] [
edit
]
#[
cfg
(
doc
)]
pub
struct
Foo
;
fn
main
()
{
let
f
=
Foo
;
//~ ERROR
}