librustc_privacy: use bug!(), span_bug!()

This commit is contained in:
Benjamin Herr 2016-03-28 23:07:48 +02:00
parent 676f6c3116
commit 487219ccb1
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
#[macro_use] extern crate log;
#[macro_use] extern crate syntax;
extern crate rustc;
#[macro_use] extern crate rustc;
extern crate rustc_front;
use std::cmp;