rust/src/test
Alex Crichton 0678f0b10c rollup merge of #23515: nikomatsakis/issue-14985-trait-subtyping
Remove incorrect subtyping for `&mut Trait` and introduce coercion for `&mut (Trait+'a)` to `&mut (Trait+'b)` if `'a:'b`.

Fixes #14985.

r? @nrc
2015-03-23 15:08:13 -07:00
..
auxiliary std: Remove old_io/old_path from the prelude 2015-03-20 20:07:19 -07:00
bench std: Remove old_io/old_path from the prelude 2015-03-20 20:07:19 -07:00
codegen
compile-fail rollup merge of #23515: nikomatsakis/issue-14985-trait-subtyping 2015-03-23 15:08:13 -07:00
compile-fail-fulldeps Add tests checking that a number of feature gates are gating their features. 2015-03-21 10:18:28 +01:00
debuginfo
parse-fail
pretty
run-fail Auto merge of #23267 - alexcrichton:issue-20012, r=aturon 2015-03-20 20:19:42 +00:00
run-make rollup merge of #23211: FlaPer87/oibit-send-and-friends 2015-03-23 15:07:21 -07:00
run-pass Rollup merge of #23570 - dotdash:issue23550, r=eddyb 2015-03-23 04:54:26 +05:30
run-pass-fulldeps
run-pass-valgrind