This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
e5e79f8bd428d0b8d26e8240d718b134ef297459
rust
/
tests
/
ui
/
rustdoc
/
cfg-rustdoc.rs
7 lines
70 B
Rust
Raw
Normal View
History
Unescape
Escape
Rename the cfg attribute from rustdoc to doc
2019-11-06 14:48:10 +01:00
#[
cfg(doc)
]
Stabilize cfg rustdoc
2019-09-06 10:51:52 +02:00
pub
struct
Foo
;
fn
main
(
)
{
let
f
=
Foo
;
//~ ERROR
}
Reference in New Issue
Copy Permalink