rust/src/test
bors 3b82e4c74d Auto merge of #45723 - sinkuu:ice_45493, r=arielb1
Fix MIR inlining panic in generic function

MIR inlining calls `Instance::resolve` with a substs containing param, and `trans_apply_param_substs` panics. ~~This PR fixes it by making `Instance::resolve` return `None` if `substs.has_param_types()`, though I'm not sure if this is a right fix.~~

Fixes #45493.
2017-11-05 19:19:59 +00:00
..
codegen
codegen-units
compile-fail Auto merge of #45072 - nikomatsakis:issue-38714, r=arielb1 2017-11-05 16:49:08 +00:00
compile-fail-fulldeps
debuginfo
incremental [Syntax Breaking] Rename DefaultImpl to AutoImpl 2017-11-03 16:13:20 -02:00
mir-opt Auto merge of #45072 - nikomatsakis:issue-38714, r=arielb1 2017-11-05 16:49:08 +00:00
parse-fail Parse auto traits the same as traits. 2017-11-03 16:13:22 -02:00
pretty Fix unsafe auto trait pretty print. 2017-11-03 16:13:23 -02:00
run-fail
run-fail-fulldeps
run-make Auto merge of #45748 - petrochenkov:short, r=alexcrichton 2017-11-05 06:42:17 +00:00
run-pass Auto merge of #45723 - sinkuu:ice_45493, r=arielb1 2017-11-05 19:19:59 +00:00
run-pass-fulldeps
run-pass-valgrind
rustdoc Rollup merge of #45746 - GuillaumeGomez:methods-doc-test, r=steveklabnik 2017-11-04 13:49:33 +08:00
ui Auto merge of #45072 - nikomatsakis:issue-38714, r=arielb1 2017-11-05 16:49:08 +00:00
ui-fulldeps
COMPILER_TESTS.md