This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
6b2c311718
rust
/
src
/
test
/
ui
/
parser
/
removed-syntax-field-semicolon.rs
7 lines
106 B
Rust
Raw
Normal View
History
Unescape
Escape
Return nonzero exit code if there are errors at a stop point
2015-02-09 20:01:45 +01:00
// compile-flags: -Z parse-only
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
struct
s
{
bar
:
(
)
;
Adjust the error messages to match the pattern "expected foo, found bar" Closes #8492
2014-08-23 12:41:32 +02:00
//~^ ERROR expected `,`, or `}`, found `;`
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflipping
2013-02-14 11:47:00 -08:00
}
Copy permalink