Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve cast handling - this fixes test failures
the problem is that now "type_is_known_to_be_sized" now returns false when called on a type with ty_err inside - this prevents spurious errors (we may want to move the check to check::cast anyway - see rust-lang#12894).
- Loading branch information