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 12:07:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
901b340c1f
rust
/
tests
/
ui
/
parser
/
removed-syntax
/
removed-syntax-field-semicolon.rs
7 lines
90 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
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 09:53:46 +00:00
bar
:
(
)
;
Recover from using `;` as separator between fields
2022-09-05 16:09:57 +00:00
//~^ ERROR struct fields are separated by `,`
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflipping
2013-02-14 19:47:00 +00:00
}
tests: Do not use `-Z parse-only`, continue compilation to test recovery
2019-01-06 15:33:05 +00:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink