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-05-02 13:07:37 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
453b51a65a
rust
/
tests
/
ui
/
parser
/
doc-before-attr.rs
5 lines
78 B
Rust
Raw
Normal View
History
Unescape
Escape
tests: Do not use `-Z parse-only`, continue compilation to test recovery
2019-01-06 15:33:05 +00:00
fn
main
(
)
{
}
Return nonzero exit code if there are errors at a stop point
2015-02-09 19:01:45 +00:00
libsyntax: Explicit error message for sugared doc comments. Display an explicit message about items missing after sugared doc comment attributes. References #2789.
2014-09-12 01:07:07 +00:00
/// hi
s/Show/Debug/g
2015-01-28 13:34:18 +00:00
#[
derive(Debug)
]
//~ERROR expected item after attributes
Reference in New Issue
Copy Permalink