This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
14e59bb317
rust
/
tests
/
ui
/
parser
/
removed-syntax-field-let.rs
7 lines
101 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
struct
S
{
Remove specific errors for very old obsolete syntax Replaces existing tests for removed obsolete-syntax errors with tests for the resulting regular errors, adds a test for each of the removed parser errors to make sure that obsolete forms don't start working again, removes some obsolete/superfluous tests that were now failing. Deletes some amount of dead code in the parser, also includes some small changes to parser error messages to accomodate new tests.
2013-10-03 11:53:46 +02:00
let
foo
:
(
)
,
Tweak error message for use of a keyword in ident position. Closes #15358
2014-08-29 09:18:05 +02:00
//~^ ERROR expected identifier, found keyword `let`
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflipping
2013-02-14 11:47:00 -08:00
}
tests: Do not use `-Z parse-only`, continue compilation to test recovery
2019-01-06 18:33:05 +03:00
fn
main
(
)
{
}
Copy permalink