Replace most invocations of fail keyword with die! macro
This commit is contained in:
committed by
Brian Anderson
parent
2db3175c76
commit
aee7929469
@@ -199,7 +199,7 @@ fn eq(a: @ast::meta_item, b: @ast::meta_item) -> bool {
|
||||
// FIXME (#607): Needs implementing
|
||||
// This involves probably sorting the list by name and
|
||||
// meta_item variant
|
||||
fail ~"unimplemented meta_item variant"
|
||||
die!(~"unimplemented meta_item variant")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user