Skip to content

Commit 18e0bda

Browse files
committed
Update tests after rebase
1 parent 2cd0d14 commit 18e0bda

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/ui/issues/issue-57198.stderr

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ error: expected identifier, found keyword `for`
33
|
44
LL | m::for();
55
| ^^^ expected identifier, found keyword
6+
help: you can escape reserved keywords to use them as identifiers
7+
|
8+
LL | m::r#for();
9+
| ^^^^^
610

711
error: aborting due to previous error
812

0 commit comments

Comments
 (0)