Opt into new box_patterns feature gate in various crates.
Namely: `collections` (used in `dlist.rs`), `syntax`, `rustc`, `rustc_typeck`, `rustc_trans`, and `rustdoc`.
This commit is contained in:
parent
105f70b500
commit
e5ec43e217
6 changed files with 6 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
#![feature(alloc)]
|
||||
#![feature(box_syntax)]
|
||||
#![feature(box_patterns)]
|
||||
#![feature(core)]
|
||||
#![feature(hash)]
|
||||
#![feature(staged_api)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue