This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
a439eb259d
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 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
s/Show/Debug/g
2015-01-28 08:34:18 -05:00
#[
derive(Debug)
]
//~ERROR expected item after attributes
Copy permalink