index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
rustdoc
/
cfg-rustdoc.rs
blob: dd8e1ed97c4d2fb89d89eef8cc3e79abb65d9a74 (
plain
)
1
2
3
4
5
6
#[cfg(doc)] pub struct Foo; fn main() { let f = Foo; //~ ERROR }