about summary refs log tree commit diff
path: root/src/librustc_const_eval/lib.rs
diff options
context:
space:
mode:
authorBenjamin Herr <ben@0x539.de>2016-03-31 20:07:23 +0200
committerBenjamin Herr <ben@0x539.de>2016-03-31 22:06:52 +0200
commit89fcc00581fcde08924b8a13a43bb2387b67243e (patch)
tree55627982eb3752f4a958b95ddaa0414fbc41f8be /src/librustc_const_eval/lib.rs
parentc59ea491eae7d1fbfb0f73fe3579effdf9281b47 (diff)
downloadrust-89fcc00581fcde08924b8a13a43bb2387b67243e.tar.gz
rust-89fcc00581fcde08924b8a13a43bb2387b67243e.zip
librustc_const_eval: use bug!(), span_bug!()
Diffstat (limited to 'src/librustc_const_eval/lib.rs')
-rw-r--r--src/librustc_const_eval/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_const_eval/lib.rs b/src/librustc_const_eval/lib.rs
index 558ae71756b..b74fc121e39 100644
--- a/src/librustc_const_eval/lib.rs
+++ b/src/librustc_const_eval/lib.rs
@@ -32,7 +32,7 @@
 
 #[macro_use] extern crate syntax;
 #[macro_use] extern crate log;
-extern crate rustc;
+#[macro_use] extern crate rustc;
 extern crate rustc_front;
 extern crate rustc_back;
 extern crate rustc_const_math;