Skip to content

Commit 487219c

Browse files
committed
librustc_privacy: use bug!(), span_bug!()
1 parent 676f6c3 commit 487219c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_privacy/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#[macro_use] extern crate log;
2525
#[macro_use] extern crate syntax;
2626

27-
extern crate rustc;
27+
#[macro_use] extern crate rustc;
2828
extern crate rustc_front;
2929

3030
use std::cmp;

0 commit comments

Comments
 (0)