Skip to content

Commit 446285e

Browse files
committed
Removed 'proc' from the reserved keywords list
1 parent 75af15e commit 446285e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libsyntax_pos/symbol.rs

-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@ declare_keywords! {
314314
(46, Offsetof, "offsetof")
315315
(47, Override, "override")
316316
(48, Priv, "priv")
317-
(49, Proc, "proc")
318317
(50, Pure, "pure")
319318
(51, Sizeof, "sizeof")
320319
(52, Typeof, "typeof")

0 commit comments

Comments
 (0)