Skip to content

Commit

Permalink
Move box from the stable keyword to unstable keywords list
Browse files Browse the repository at this point in the history
Fixes #60849
  • Loading branch information
Pulkit07 committed May 15, 2019
1 parent f2951e6 commit 65d09ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyntax_pos/symbol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ symbols! {

// Keywords that are used in stable Rust.
As: "as",
Box: "box",
Break: "break",
Const: "const",
Continue: "continue",
Expand Down Expand Up @@ -69,6 +68,7 @@ symbols! {
// Keywords that are used in unstable Rust or reserved for future use.
Abstract: "abstract",
Become: "become",
Box: "box",
Do: "do",
Final: "final",
Macro: "macro",
Expand Down

0 comments on commit 65d09ea

Please sign in to comment.