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
a733082be9
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 07:48:10 -06:00
#[
cfg(doc)
]
Stabilize cfg rustdoc
2019-09-06 03:51:52 -05:00
pub
struct
Foo
;
fn
main
(
)
{
let
f
=
Foo
;
//~ ERROR
}
Reference in New Issue
Copy Permalink