rust/src/test
Mazdak Farrokhzad 3a1eb34c2e
Rollup merge of #63780 - u32i64:issue-63712, r=estebank
Improve diagnostics: break/continue in wrong context

- Fix #63712
- Use `` `break` `` or `` `continue` `` instead of always `break` in `cannot _...`
- Show the enclosing closure or async block we're talking about
- `` `break` outside of loop `` -> `` `break` outside of a loop `` for consistency

r? @estebank
2019-08-21 17:31:43 +02:00
..
assembly
auxiliary
codegen Cherry-pick src/test changes with Centril's changes 2019-08-19 22:31:46 +01:00
codegen-units
compile-fail move error with diverging output to compile-fail 2019-08-06 10:28:09 -07:00
debuginfo
incremental Cherry-pick src/test changes with Centril's changes 2019-08-19 22:31:46 +01:00
mir-opt ignore tests on wasm32-bare 2019-08-15 12:54:56 +02:00
pretty Remove meaningless comments in src/test 2019-08-16 10:54:20 +01:00
run-fail
run-make Add very simple edition check to tidy; and add missing edition = 2018s. 2019-07-30 01:56:03 +08:00
run-make-fulldeps Hash the remapped sysroot instead of the original. 2019-08-12 13:40:22 -07:00
run-pass-valgrind
rustdoc Remove async_await gates from tests. 2019-08-20 03:08:42 +02:00
rustdoc-js
rustdoc-js-std
rustdoc-ui adapt rustdoc to infailable lexer 2019-08-05 13:15:12 +03:00
rustfix
ui Rollup merge of #63780 - u32i64:issue-63712, r=estebank 2019-08-21 17:31:43 +02:00
ui-fulldeps Deprecate using rustc_plugin without the rustc_driver dylib. 2019-08-20 00:21:32 +02:00
COMPILER_TESTS.md doc: fix broken sentence 2019-08-06 02:36:59 +02:00