Skip to content

Commit 65d09ea

Browse files
committed
Move box from the stable keyword to unstable keywords list
Fixes #60849
1 parent f2951e6 commit 65d09ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax_pos/symbol.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ symbols! {
3030

3131
// Keywords that are used in stable Rust.
3232
As: "as",
33-
Box: "box",
3433
Break: "break",
3534
Const: "const",
3635
Continue: "continue",
@@ -69,6 +68,7 @@ symbols! {
6968
// Keywords that are used in unstable Rust or reserved for future use.
7069
Abstract: "abstract",
7170
Become: "become",
71+
Box: "box",
7272
Do: "do",
7373
Final: "final",
7474
Macro: "macro",

0 commit comments

Comments
 (0)