Skip to content

Commit

Permalink
Rollup merge of #60851 - Pulkit07:issue60849, r=Centril
Browse files Browse the repository at this point in the history
Move `box` from the stable keyword to unstable keywords list

Fixes #60849
  • Loading branch information
Centril committed May 16, 2019
2 parents 9095217 + 65d09ea commit b59ce94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyntax_pos/symbol.rs
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 b59ce94

Please sign in to comment.