Skip to content

Commit 7134fc8

Browse files
committed
auto merge of #17983 : jakub-/rust/memoize-things, r=pcwalton
2 parents e4761c8 + dbc4a4b commit 7134fc8

File tree

3 files changed

+182
-190
lines changed

3 files changed

+182
-190
lines changed

src/librustc/lib.rs

+2-5
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,9 @@ This API is completely unstable and subject to change.
2929
html_root_url = "http://doc.rust-lang.org/nightly/")]
3030

3131
#![allow(deprecated)]
32-
#![allow(unknown_features)]
33-
#![feature(macro_rules, globs, struct_variant, quote)]
34-
#![feature(default_type_params, phase, unsafe_destructor, slicing_syntax)]
35-
32+
#![feature(default_type_params, globs, if_let, import_shadowing, macro_rules, phase, quote)]
33+
#![feature(slicing_syntax, struct_variant, unsafe_destructor)]
3634
#![feature(rustc_diagnostic_macros)]
37-
#![feature(import_shadowing)]
3835

3936
extern crate arena;
4037
extern crate debug;

0 commit comments

Comments
 (0)