Add fall-through case for non-iface bounds typeck::lookup_method

Closes #1462
This commit is contained in:
Marijn Haverbeke 2012-01-08 21:59:37 +01:00
parent 9a7061dfab
commit a161371d13

View file

@ -1569,6 +1569,7 @@ fn lookup_method(fcx: @fn_ctxt, isc: resolve::iscopes,
}
bound_n += 1u;
}
_ {}
}
}
ret none;