Skip to content

Commit 2966a14

Browse files
author
Alexander Regueiro
committed
Merged temp_qualif and return_qualif and split into three boolean vectors for qualif flags.
1 parent 9aa706d commit 2966a14

File tree

4 files changed

+118
-107
lines changed

4 files changed

+118
-107
lines changed

src/librustc_mir/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ Rust MIR: a lowered representation of Rust. Also: an experiment!
4242
extern crate arena;
4343

4444
#[macro_use]
45-
extern crate bitflags;
46-
#[macro_use] extern crate log;
45+
extern crate log;
4746
extern crate either;
4847
extern crate graphviz as dot;
4948
extern crate polonius_engine;
5049
#[macro_use]
5150
extern crate rustc;
52-
#[macro_use] extern crate rustc_data_structures;
51+
#[macro_use]
52+
extern crate rustc_data_structures;
5353
extern crate serialize as rustc_serialize;
5454
extern crate rustc_errors;
5555
#[macro_use]

0 commit comments

Comments
 (0)