Implement 'else if'

This commit is contained in:
Graydon Hoare 2011-02-01 16:23:48 -08:00
parent eb16942c1d
commit 70bf54bcac
7 changed files with 104 additions and 28 deletions

View file

@ -447,6 +447,7 @@ TEST_XFAILS_RUSTC := $(filter-out \
div-mod.rs \
drop-bind-thunk-args.rs \
drop-on-ret.rs \
else-if.rs \
fact.rs \
fn-lval.rs \
fun-call-variants.rs \