Address comments from @pnkfelix (thanks for the detailed review)
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user