rust/src/test
bors e0158e02f9 Auto merge of #38249 - arielb1:special-substs, r=nikomatsakis
erase lifetimes when translating specialized substs

Projections can generate lifetime variables with equality constraints,
that will not be resolved by `resolve_type_vars_if_possible`, so substs
need to be lifetime-erased after that.

Fixes #36848.
2016-12-11 09:33:05 +00:00
..
codegen Ignore test on -windows-gnu. 2016-12-03 15:01:09 -08:00
codegen-units Fix fallout in tests. 2016-09-27 06:43:51 +00:00
compile-fail Change error to E0572 2016-12-08 21:03:46 -08:00
compile-fail-fulldeps remove useless lifetimes on LateLintPass impl methods 2016-12-07 13:56:36 +01:00
debuginfo debuginfo: Ignore macro-stepping test on aarch64 2016-11-30 12:17:38 -05:00
incremental Rollup merge of #37919 - nikomatsakis:incremental-36168, r=mw 2016-12-03 15:39:51 -05:00
mir-opt update tests 2016-10-04 20:43:43 +03:00
parse-fail Fix fallout in tests. 2016-11-22 01:48:14 +00:00
pretty rustc: desugar UFCS as much as possible during HIR lowering. 2016-11-28 04:18:10 +02:00
run-fail Warn when a #[should_panic] test has an unexpected message 2016-11-18 21:01:19 +10:30
run-fail-fulldeps Fix fallout in rustdoc and tests. 2016-11-21 12:16:46 +00:00
run-make Auto merge of #38195 - rkruppe:llvm-pass-name-fwdcompat, r=alexcrichton 2016-12-08 21:13:52 +00:00
run-pass Auto merge of #38249 - arielb1:special-substs, r=nikomatsakis 2016-12-11 09:33:05 +00:00
run-pass-fulldeps remove useless lifetimes on LateLintPass impl methods 2016-12-07 13:56:36 +01:00
run-pass-valgrind Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
rustdoc Fix doc-tests on exported macro_rules!. 2016-12-08 11:07:39 +00:00
ui Auto merge of #38121 - jonathandturner:better_e0061, r=nikomatsakis 2016-12-06 00:17:24 +00:00