This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-04-29 19:47:38 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
14e59bb317
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 13:48:10 +00:00
#[
cfg(doc)
]
Stabilize cfg rustdoc
2019-09-06 08:51:52 +00:00
pub
struct
Foo
;
fn
main
(
)
{
let
f
=
Foo
;
//~ ERROR
}
Reference in New Issue
Copy Permalink