Update tests after rebase
This commit is contained in:
parent
2cd0d14eb1
commit
18e0bdae54
@ -3,6 +3,10 @@ error: expected identifier, found keyword `for`
|
||||
|
|
||||
LL | m::for();
|
||||
| ^^^ expected identifier, found keyword
|
||||
help: you can escape reserved keywords to use them as identifiers
|
||||
|
|
||||
LL | m::r#for();
|
||||
| ^^^^^
|
||||
|
||||
error: aborting due to previous error
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user