rust/src/test
Alex Crichton 0447721247 rollup merge of #21354: eddyb/vec-ufcs
There are two limitations to the macro that this addresses:
1. the expected type is not propagated, coercions don't trigger
2. references inside element expressions don't outlive the `Vec`

Both of these limitations are caused by the block in the
macro expansion, previously needed to trigger a coercion
from `Box<[T; N]>` to `Box<[T]>`, now possible with UFCS.
2015-01-21 09:13:55 -08:00
..
auxiliary rollup merge of #21340: pshc/libsyntax-no-more-ints 2015-01-21 09:13:51 -08:00
bench cleanup: &foo[0..a] -> &foo[..a] 2015-01-12 17:59:37 -05:00
codegen
compile-fail Forbid coercing &T to &mut T 2015-01-20 22:56:53 +09:00
compile-fail-fulldeps
debuginfo rollup merge of #21197: michaelwoerister/linestablesonly-forloop 2015-01-15 14:12:06 -08:00
pretty Make output type in ast::FnDecl optional 2015-01-18 22:49:19 +09:00
run-fail
run-make rollup merge of #21342: Diggsey/issue-21310 2015-01-21 09:13:53 -08:00
run-pass rollup merge of #21354: eddyb/vec-ufcs 2015-01-21 09:13:55 -08:00
run-pass-fulldeps Syntax extensions on trait and impl items. 2015-01-15 08:58:44 +13:00
run-pass-valgrind