rust/src/test
Eduard Burtescu 96ba514294 trans: use types from argument patterns instead of the function signature.
This fixes ICEs caused by late-bound lifetimes ending up in argument
datum types and being used in cleanup - user Drop impl's would then
fail to monomorphize if the type was used to look up the impl of a
method call - which happens in trans now, I presume for multidispatch.
2014-10-31 16:47:25 +02:00
..
auxiliary auto merge of #18279 : bgamari/rust/check-static-recursion, r=alexcrichton 2014-10-30 09:12:05 +00:00
bench
codegen
compile-fail auto merge of #18264 : jakub-/rust/var-ids-in-error-messages, r=nikomatsakis 2014-10-31 11:16:44 +00:00
compile-fail-fulldeps
debuginfo rollup merge of #18398 : aturon/lint-conventions-2 2014-10-30 17:37:22 -07:00
pretty
run-fail rollup merge of #18398 : aturon/lint-conventions-2 2014-10-30 17:37:22 -07:00
run-make
run-pass trans: use types from argument patterns instead of the function signature. 2014-10-31 16:47:25 +02:00
run-pass-fulldeps
run-pass-valgrind