rust/src/test
Pietro Albini 1ffa93e5f8
Rollup merge of #66096 - ecstatic-morse:const-loop-test, r=Centril
Add a failing UI test for multiple loops of all kinds in a `const`

This simply demonstrates the current behavior and ensures we don't allow anything by accident.

The new const checker will be able to improve the diagnostics here. While working on it, I didn't see very many tests with non-`while` loops in a `const`, and there were no tests with multiple loops.
2019-11-05 09:50:00 +01:00
..
assembly
auxiliary
codegen rustc_codegen_ssa: move all set_var_name calls to mir::debuginfo. 2019-10-31 20:25:42 +02:00
codegen-units Update test output. 2019-10-25 14:52:39 +02:00
compile-fail fix compile-fail test 2019-10-22 12:42:15 -07:00
debuginfo
incremental Re-enable Emscripten's exception handling support 2019-10-25 15:16:36 -07:00
mir-opt Auto merge of #65459 - ecstatic-morse:graphviz-subgraph, r=estebank 2019-11-01 03:15:31 +00:00
pretty Fix a previously forgotten pretty-printing test after a change to the pretty-printing mechanism. 2019-10-28 18:43:59 +01: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 Fix macOS tests 2019-11-03 14:04:15 +00:00
run-pass-valgrind
rustdoc Rollup merge of #65857 - kinnison:kinnison/issue-55364, r=Manisheart,GuillaumeGomez 2019-11-01 11:20:12 -07:00
rustdoc-js
rustdoc-js-std
rustdoc-ui stabilize cfg(doctest) 2019-10-29 13:42:55 +01:00
rustfix
ui Rollup merge of #66096 - ecstatic-morse:const-loop-test, r=Centril 2019-11-05 09:50:00 +01:00
ui-fulldeps Update error annotations in ui-fulldeps tests that successfully compile 2019-11-03 10:20:11 +01:00
COMPILER_TESTS.md