update error messages in parse-fail tests
This commit is contained in:
parent
210dd611aa
commit
2de4932453
14 changed files with 14 additions and 14 deletions
|
@ -23,7 +23,7 @@ impl Foo {
|
|||
fn main() {
|
||||
while Foo {
|
||||
x: 3 //~ ERROR expected type, found `3`
|
||||
}.hi() { //~ ERROR expected one of `.`, `;`, `}`, or an operator, found `{`
|
||||
}.hi() { //~ ERROR expected one of `.`, `;`, `?`, `}`, or an operator, found `{`
|
||||
println!("yo");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue