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