rust/src/test
Remy Rakic 695640816a bless polonius output of test ui/nll/outlives-suggestion-simple.rs
The polonius output has one more error which should be displayed
in the regular case, but error reporting in the regular case stopped
at the first error.

Admittedly it would be nice to combine suggestions for the same source
lifetime so that `'a: 'b` and `'a: 'c` are not bothsuggested, but instead
a single `'a: 'b + 'c` is.
2019-12-06 11:50:02 +01:00
..
assembly
auxiliary
codegen Auto merge of #66520 - alexcrichton:disable-gdb-wasm, r=eddyb 2019-12-05 05:28:48 +00:00
codegen-units Update test output. 2019-10-25 14:52:39 +02:00
compile-fail Move tests to ui, split them and add some 2019-11-26 14:53:54 +00:00
debuginfo debuginfo: Support for std::collections::Hash* in windows debuggers. 2019-11-20 19:27:42 -08:00
incremental rustc: move debug info from LocalDecl and UpvarDecl into a dedicated VarDebugInfo. 2019-11-27 19:22:03 +02:00
mir-opt Rollup merge of #66850 - eddyb:span-free-formats, r=oli-obk 2019-12-02 04:09:01 +01:00
pretty Merge branch 'master' into format-temporaries 2019-11-02 11:12:42 -04:00
run-fail [const-prop] Handle MIR Rvalue::Aggregates 2019-10-18 06:29:57 -04:00
run-make Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
run-make-fulldeps Update the minimum external LLVM to 7 2019-12-02 11:36:21 -08:00
run-pass-valgrind
rustdoc Rollup merge of #66798 - bwignall:typo, r=varkor 2019-11-27 15:28:53 -06:00
rustdoc-js
rustdoc-js-std
rustdoc-ui Auto merge of #66675 - GuillaumeGomez:support-anchors-intra-doc-links, r=kinnison 2019-11-27 04:51:31 +00:00
rustfix
ui bless polonius output of test ui/nll/outlives-suggestion-simple.rs 2019-12-06 11:50:02 +01:00
ui-fulldeps Fix UI tests for new locations 2019-12-03 12:19:17 -05:00
COMPILER_TESTS.md