7c8ee712be
Recent changes to the fail statement changed the way the parser errors in this scenario.
7 lines
76 B
Rust
7 lines
76 B
Rust
// -*- rust -*-
|
|
|
|
// error-pattern:unexpected token
|
|
fn main() {
|
|
fail @ ;
|
|
}
|