Auto-derive Clone for syntax::diagnostic::Level.
This commit is contained in:
parent
bef51ba234
commit
0dadd3c3ad
@ -211,7 +211,7 @@ pub fn mk_handler(e: Box<Emitter + Send>) -> Handler {
|
||||
}
|
||||
}
|
||||
|
||||
#[deriving(PartialEq)]
|
||||
#[deriving(PartialEq, Clone)]
|
||||
pub enum Level {
|
||||
Bug,
|
||||
Fatal,
|
||||
|
Loading…
x
Reference in New Issue
Block a user