From a2e0cbc6fc64db7672d8b0d5140dea964c1abf23 Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Tue, 5 Apr 2016 18:04:32 -0400 Subject: [PATCH] rebase: get `bug!` macro --- src/librustc_incremental/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc_incremental/lib.rs b/src/librustc_incremental/lib.rs index 3af8fe5cc5f..005146d91ea 100644 --- a/src/librustc_incremental/lib.rs +++ b/src/librustc_incremental/lib.rs @@ -24,7 +24,7 @@ extern crate graphviz; extern crate rbml; -extern crate rustc; +#[macro_use] extern crate rustc; extern crate rustc_data_structures; extern crate serialize as rustc_serialize;