rust/src/test
Tim Chevalier 82017b8416 Make staticness mismatch a fatal error
Exit with a fatal error, instead of recording a non-fatal error,
when we encounter an impl method that's static when its corresponding
trait method isn't (or vice versa). This is because code later on in
the typechecker will expect the staticness of the two methods to be
consistent and ICE otherwise.

r=nmatsakis

Closes #3969
2012-11-15 18:14:13 -08:00
..
auxiliary librustc: Fix cross-crate reexports. rs=blocking-servo 2012-11-15 17:15:02 -08:00
bench Add comments explaining why these tests fail 2012-11-15 16:59:07 -08:00
compile-fail Make staticness mismatch a fatal error 2012-11-15 18:14:13 -08:00
pretty Cleanup how we handle proto in types, remove unsound subtyping 2012-11-06 08:56:29 -08:00
run-fail Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
run-pass Add xfailed test for #3979 2012-11-15 18:03:35 -08:00
run-pass-fulldeps Fix run-pass-fulldeps/qquote.rs 2012-09-18 18:46:45 -07:00