diff options
| author | Benjamin Herr <ben@0x539.de> | 2016-03-31 20:07:23 +0200 |
|---|---|---|
| committer | Benjamin Herr <ben@0x539.de> | 2016-03-31 22:06:52 +0200 |
| commit | 89fcc00581fcde08924b8a13a43bb2387b67243e (patch) | |
| tree | 55627982eb3752f4a958b95ddaa0414fbc41f8be /src/librustc_const_eval/lib.rs | |
| parent | c59ea491eae7d1fbfb0f73fe3579effdf9281b47 (diff) | |
| download | rust-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.rs | 2 |
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; |
