Replace most invocations of fail keyword with die! macro

This commit is contained in:
Nick Desaulniers
2013-01-31 17:51:01 -08:00
committed by Brian Anderson
parent 2db3175c76
commit aee7929469
331 changed files with 914 additions and 908 deletions

View File

@@ -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")
}
}
}