enumset fallout
This commit is contained in:
parent
0bd4dc68e6
commit
67d3823fc3
7 changed files with 13 additions and 68 deletions
|
|
@ -36,6 +36,7 @@ extern crate rustc_llvm;
|
|||
extern crate rustc_back;
|
||||
extern crate serialize;
|
||||
extern crate rbml;
|
||||
extern crate collections;
|
||||
#[phase(plugin, link)] extern crate log;
|
||||
#[phase(plugin, link)] extern crate syntax;
|
||||
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ use std::hash::{Hash, sip, Writer};
|
|||
use std::mem;
|
||||
use std::ops;
|
||||
use std::rc::Rc;
|
||||
use std::collections::enum_set::{EnumSet, CLike};
|
||||
use collections::enum_set::{EnumSet, CLike};
|
||||
use std::collections::hash_map::{HashMap, Occupied, Vacant};
|
||||
use syntax::abi;
|
||||
use syntax::ast::{CrateNum, DefId, DUMMY_NODE_ID, Ident, ItemTrait, LOCAL_CRATE};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue