Fallout in libsyntax
This commit is contained in:
parent
d9530c01a7
commit
49b76a087b
16 changed files with 27 additions and 27 deletions
|
|
@ -291,7 +291,7 @@ pub fn empty_generics() -> Generics {
|
|||
// ______________________________________________________________________
|
||||
// Enumerating the IDs which appear in an AST
|
||||
|
||||
#[derive(RustcEncodable, RustcDecodable, Debug, Copy)]
|
||||
#[derive(Copy, Clone, RustcEncodable, RustcDecodable, Debug)]
|
||||
pub struct IdRange {
|
||||
pub min: NodeId,
|
||||
pub max: NodeId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue