diff options
| author | Felix S. Klock II <pnkfelix@pnkfx.org> | 2015-02-10 22:52:44 +0100 |
|---|---|---|
| committer | Felix S. Klock II <pnkfelix@pnkfx.org> | 2015-02-11 11:47:14 +0100 |
| commit | e5ec43e217703c19f58842ebd8c40d35345bd896 (patch) | |
| tree | 1b4ed1a7bcf457b04bb33ddaf20edabd0c47187e /src/libsyntax/lib.rs | |
| parent | 105f70b50097a5776ef0d1a6da6753c25d191aa6 (diff) | |
| download | rust-e5ec43e217703c19f58842ebd8c40d35345bd896.tar.gz rust-e5ec43e217703c19f58842ebd8c40d35345bd896.zip | |
Opt into new `box_patterns` feature gate in various crates.
Namely: `collections` (used in `dlist.rs`), `syntax`, `rustc`, `rustc_typeck`, `rustc_trans`, and `rustdoc`.
Diffstat (limited to 'src/libsyntax/lib.rs')
| -rw-r--r-- | src/libsyntax/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index 41850ada3e6..951e4dcf792 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -23,6 +23,7 @@ html_favicon_url = "http://www.rust-lang.org/favicon.ico", html_root_url = "http://doc.rust-lang.org/nightly/")] +#![feature(box_patterns)] #![feature(box_syntax)] #![feature(collections)] #![feature(core)] |
