rust/src/test/ui/try-block
Yuki Okushi eb9abea295 Move some tests to more suitable subdirs 2021-03-06 18:24:53 +09:00
..
try-block-bad-lifetime.rs Run attributes check at crate level 2020-10-03 21:33:47 +02:00
try-block-bad-lifetime.stderr
try-block-bad-type.rs try-back-block-type test: Use TryFromSliceError for From test 2021-02-17 19:15:24 +00:00
try-block-bad-type.stderr try-back-block-type test: Use TryFromSliceError for From test 2021-02-17 19:15:24 +00:00
try-block-catch.rs
try-block-catch.stderr
try-block-in-edition2015.rs
try-block-in-edition2015.stderr Consistently call editions "Rust 20xx" in messages. 2020-12-31 19:06:09 +01:00
try-block-in-match.rs allow try as scrutinee, e.g. `match try ...` 2020-04-14 18:39:20 +02:00
try-block-in-return.rs Allow try blocks as the argument to return expressions 2020-09-02 23:39:50 -07:00
try-block-in-while.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
try-block-in-while.stderr Fix tests from rebase 2020-10-06 11:19:33 +01:00
try-block-maybe-bad-lifetime.rs Run attributes check at crate level 2020-10-03 21:33:47 +02:00
try-block-maybe-bad-lifetime.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
try-block-opt-init.rs
try-block-opt-init.stderr rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. 2020-02-06 21:46:38 +02:00
try-block-type-error.rs
try-block-type-error.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
try-block-unreachable-code-lint.rs Make error and warning annotations mandatory in UI tests 2019-11-10 21:01:02 +01:00
try-block-unreachable-code-lint.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
try-block-unused-delims.fixed unused_delims: trim expr 2020-08-10 12:04:51 +02:00
try-block-unused-delims.rs Audit uses of `span_suggestion_short` 2020-07-02 15:18:33 +09:00
try-block-unused-delims.stderr Audit uses of `span_suggestion_short` 2020-07-02 15:18:33 +09:00
try-block.rs Move some tests to more suitable subdirs 2021-03-06 18:24:53 +09:00