Skip to content

Commit

Permalink
rollup merge of #19881: larroy/master
Browse files Browse the repository at this point in the history
Now they trigger warnings.
  • Loading branch information
brson committed Dec 16, 2014
2 parents 8a5bc91 + 2e74291 commit 64db64c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/librustc_borrowck/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
html_root_url = "http://doc.rust-lang.org/nightly/")]

#![feature(default_type_params, globs, if_let, import_shadowing, macro_rules, phase, quote)]
#![feature(slicing_syntax, tuple_indexing, unsafe_destructor)]
#![feature(default_type_params, globs, import_shadowing, macro_rules, phase, quote)]
#![feature(slicing_syntax, unsafe_destructor)]
#![feature(rustc_diagnostic_macros)]
#![feature(unboxed_closures)]
#![allow(non_camel_case_types)]
Expand Down

0 comments on commit 64db64c

Please sign in to comment.