rust/src/test
Mazdak Farrokhzad bcb7dce75c
Rollup merge of #58555 - scottmcm:try-2015, r=Centril
Add a note about 2018e if someone uses `try {` in 2015e

Inspired by https://github.com/rust-lang/rust/issues/58491, where a `try_blocks` example was accidentally run in 2015, which of course produces a bunch of errors.

What's the philosophy about gating for this?  The keyword is stably a keyword in 2018, so I haven't gated it for now but am not mentioning what the keyword _does_.  Let me know if I should do differently.

Resolves #53672
2019-02-22 14:58:02 +01:00
..
auxiliary Remove licenses 2018-12-25 21:08:33 -07:00
codegen Stabilize linker-plugin based LTO. 2019-02-12 15:10:29 +01:00
codegen-units Remove licenses 2018-12-25 21:08:33 -07:00
compile-fail Apply review suggestions and fix tests 2019-02-03 13:46:53 -08:00
compile-fail-fulldeps/auxiliary Fix lints in tests 2019-01-19 08:10:01 +01:00
debuginfo Update generator upvar debug info 2019-01-27 22:58:59 +01:00
incremental Rollup merge of #58378 - alexcrichton:incremental-lto, r=michaelwoerister 2019-02-14 08:24:15 +01:00
mir-opt Always emit an error for a query cycle 2019-02-15 03:51:47 +01:00
pretty Pretty print $crate as crate or crate_name in more cases 2019-01-26 17:11:28 +03:00
run-fail Remove licenses 2018-12-25 21:08:33 -07:00
run-make Rollup merge of #58272 - fitzgen:num-format-code-size, r=Mark-Simulacrum 2019-02-13 18:12:31 +01:00
run-make-fulldeps Stabilize linker-plugin based LTO. 2019-02-12 15:10:29 +01:00
run-pass Rollup merge of #58059 - RalfJung:before_exec, r=alexcrichton 2019-02-22 14:57:56 +01:00
run-pass-fulldeps Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik 2019-02-12 19:09:24 +00:00
run-pass-valgrind Remove licenses 2018-12-25 21:08:33 -07:00
rustdoc Rollup merge of #58409 - euclio:impl-trait-wrapping, r=QuietMisdreavus 2019-02-20 11:58:31 +08:00
rustdoc-js Remove rustdoc test which referenced unstable API 2019-02-09 12:09:12 -08:00
rustdoc-ui Auto merge of #56514 - ollie27:rustdoc_test_libdir, r=QuietMisdreavus 2019-02-19 07:27:39 +00:00
rustfix tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
ui Rollup merge of #58555 - scottmcm:try-2015, r=Centril 2019-02-22 14:58:02 +01:00
ui-fulldeps Auto merge of #57726 - Zoxc:combine-early-lints, r=estebank 2019-01-26 12:21:03 +00:00
COMPILER_TESTS.md