Skip to content

Commit f2ad7c3

Browse files
committed
do is no longer a keyword
1 parent 83ee4ac commit f2ad7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustsyntax/parse/token.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ fn restricted_keyword_table() -> hashmap<str, ()> {
261261
"assert",
262262
"be", "break",
263263
"check", "claim", "class", "const", "cont", "copy", "crust",
264-
"do", "drop",
264+
"drop",
265265
"else", "enum", "export",
266266
"fail", "false", "fn", "for",
267267
"if", "iface", "impl", "import",

0 commit comments

Comments
 (0)