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-30 03:57:37 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
901b340c1f
rust
/
tests
/
ui
/
parser
/
doc-before-eof.rs
4 lines
62 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 //~ERROR expected item after doc comment
Reference in New Issue
Copy Permalink