rust/src/test
kennytm 484e6f0ada
Rollup merge of #49730 - sinkuu:fix_ice_49556, r=cramertj
Fix ICE with impl Trait

Fixes https://github.com/rust-lang/rust/issues/49556#issuecomment-379154713. May or may not fix 49556 itself. Closures like `|x: &'a _| x` has `ClosureSubsts` of `fn(&'a _) -> &'(ReScope) _`, so `tcx.note_and_explain_free_region` (called [here](a143462783/src/librustc/infer/anon_types/mod.rs (L572))) panics.
2018-04-12 03:38:16 +08:00
..
auxiliary Remove directory src/rt 2018-02-24 16:45:39 +03:00
codegen Small nits to make couple of tests pass on mips targets. 2018-04-10 09:11:21 +02:00
codegen-units Add codegen-units test for shared-generics. 2018-04-06 12:14:08 +02:00
compile-fail Rollup merge of #49856 - varkor:no_mangle-statics-unlinted, r=michaelwoerister 2018-04-12 03:23:19 +08:00
compile-fail-fulldeps Use Ident instead of Name in MetaItem 2018-04-06 11:52:16 +03:00
debuginfo travis: Upgrade OSX builders 2018-03-07 10:47:38 -08:00
incremental [incremental] Hash Allocations 2018-04-07 12:48:33 +09:00
incremental-fulldeps
mir-opt Stabilize attributes on generic parameters 2018-04-05 02:19:56 +03:00
parse-fail Rollup merge of #49350 - abonander:macros-in-extern, r=petrochenkov 2018-04-05 10:49:14 -05:00
pretty Remove all unstable placement features 2018-04-03 11:02:34 +02:00
run-fail add failure-status: 1 to the test 2018-04-05 19:01:45 -04:00
run-fail-fulldeps Remove syntax and syntax_pos thread locals 2018-03-14 11:56:01 +01:00
run-make pgo: Move the tests to run-make-fulldeps, and make the profile file be in the tmp directory properly. 2018-03-25 03:58:26 +02:00
run-make-fulldeps Auto merge of #49672 - alexcrichton:fix-another-std-core-cycle, r=michaelwoerister 2018-04-07 17:14:46 +00:00
run-pass Rollup merge of #49730 - sinkuu:fix_ice_49556, r=cramertj 2018-04-12 03:38:16 +08:00
run-pass-fulldeps Use Ident instead of Name in MetaItem 2018-04-06 11:52:16 +03:00
run-pass-valgrind
rustdoc Auto merge of #49504 - GuillaumeGomez:doc-all-types, r=QuietMisdreavus 2018-04-10 06:23:52 +00:00
rustdoc-js Merge branch 'rustdoc_masked' of https://github.com/ollie27/rust into rollup 2018-01-26 06:51:58 -08:00
ui Rollup merge of #49781 - Robbepop:master, r=nikomatsakis 2018-04-11 19:56:46 +08:00
ui-fulldeps proc_macro: Reorganize public API 2018-04-02 13:48:34 -07:00
COMPILER_TESTS.md Document only-X test header 2018-03-19 22:09:47 +09:00