This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
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