about summary refs log tree commit diff
path: root/src/librustc_driver
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-03-31 11:41:18 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-03-31 15:56:33 -0700
commit30532884f83c4346f736dee5df03e812bde94ddc (patch)
tree26e7ae049d0edb282e07f98b3a5eb9367e42f022 /src/librustc_driver
parent554946c81eeb4fcfceda782f6c5af394ab3fe8d3 (diff)
downloadrust-30532884f83c4346f736dee5df03e812bde94ddc.tar.gz
rust-30532884f83c4346f736dee5df03e812bde94ddc.zip
Test fixes and rebase conflicts, round 2
Diffstat (limited to 'src/librustc_driver')
-rw-r--r--src/librustc_driver/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_driver/lib.rs b/src/librustc_driver/lib.rs
index 112f1502643..450c8eb66c8 100644
--- a/src/librustc_driver/lib.rs
+++ b/src/librustc_driver/lib.rs
@@ -27,7 +27,6 @@
 
 #![feature(box_syntax)]
 #![feature(collections)]
-#![feature(core)]
 #![feature(libc)]
 #![feature(quote)]
 #![feature(rustc_diagnostic_macros)]