Update tests after rebase

This commit is contained in:
Esteban Küber 2018-12-31 08:41:05 -08:00
parent 2cd0d14eb1
commit 18e0bdae54

View File

@ -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