Address comments from @pnkfelix (thanks for the detailed review)

This commit is contained in:
Niko Matsakis
2013-11-08 15:52:36 -05:00
parent bc3e842508
commit f36a891fe2
11 changed files with 282 additions and 80 deletions

View File

@@ -259,12 +259,6 @@ pub enum DefRegion {
DefFreeRegion(/* block scope */ NodeId, /* lifetime decl */ NodeId),
}
#[deriving(Clone, Eq, IterBytes, Encodable, Decodable, ToStr)]
pub struct DefNamedRegion {
node_id: NodeId,
depth: uint,
}
// The set of MetaItems that define the compilation environment of the crate,
// used to drive conditional compilation
pub type CrateConfig = ~[@MetaItem];