Skip to content

Commit a2e0cbc

Browse files
committed
rebase: get bug! macro
1 parent 0985717 commit a2e0cbc

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_incremental

1 file changed

+1
-1
lines changed

src/librustc_incremental/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
extern crate graphviz;
2626
extern crate rbml;
27-
extern crate rustc;
27+
#[macro_use] extern crate rustc;
2828
extern crate rustc_data_structures;
2929
extern crate serialize as rustc_serialize;
3030

0 commit comments

Comments
 (0)