Rollup merge of #60851 - Pulkit07:issue60849, r=Centril
Move `box` from the stable keyword to unstable keywords list Fixes #60849
This commit is contained in:
commit
b59ce94bce
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,6 @@ symbols! {
|
|||
|
||||
// Keywords that are used in stable Rust.
|
||||
As: "as",
|
||||
Box: "box",
|
||||
Break: "break",
|
||||
Const: "const",
|
||||
Continue: "continue",
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue