This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
359bfa901b9d8eddbed7b88b6716dbb77b7bfb95
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 18:33:05 +03:00
fn
main
(
)
{
}
Return nonzero exit code if there are errors at a stop point
2015-02-09 20:01:45 +01: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-11 21:07:07 -04:00
/// hi //~ERROR expected item after doc comment
Reference in New Issue
Copy Permalink