mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-27 21:36:00 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user