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:
Mazdak Farrokhzad 2019-05-16 10:43:35 +02:00 committed by GitHub
commit b59ce94bce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",