rust/src/test/run-fail
Tim Chevalier 1a96e79fe0 Make _|_ unify with anything
The typechecker had a number of special cases for unifying types
with _|_ (as with checking if and alt). But, a value of type _|_
should be usable in any context, as such a value always diverges,
and will never be used by its immediate context. Changed unify
accordingly, removed special cases.
2011-05-26 20:50:25 -07:00
..
alt-bot-fail.rs Make _|_ unify with anything 2011-05-26 20:50:25 -07:00
explicit-fail.rs test: Fix run-fail testing and bring tests up to date 2011-05-24 22:09:12 -04:00
expr-alt-fail.rs test: Fix run-fail testing and bring tests up to date 2011-05-24 22:09:12 -04:00
expr-if-fail.rs test: Fix run-fail testing and bring tests up to date 2011-05-24 22:09:12 -04:00
fail.rs test: Fix run-fail testing and bring tests up to date 2011-05-24 22:09:12 -04:00
linked-failure.rs Fix mistaken replacements in error-pattern comments in tests 2011-05-12 21:45:29 +02:00
non-exhaustive-match.rs test: Fix run-fail testing and bring tests up to date 2011-05-24 22:09:12 -04:00
pred.rs Fix mistaken replacements in error-pattern comments in tests 2011-05-12 21:45:29 +02:00
str-overrun.rs test: Fix run-fail testing and bring tests up to date 2011-05-24 22:09:12 -04:00
task-comm-14.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
trivial-message2.rs test: Fix run-fail testing and bring tests up to date 2011-05-24 22:09:12 -04:00
vec-overrun.rs test: Fix run-fail testing and bring tests up to date 2011-05-24 22:09:12 -04:00
vec-underrun.rs test: Fix run-fail testing and bring tests up to date 2011-05-24 22:09:12 -04:00