rust/tests/ui/try-block
许杰友 Jieyou Xu (Joe) edafbaffb2
Adjust UI tests for unit_bindings
- Either explicitly annotate `let x: () = expr;` where `x` has unit
  type, or remove the unit binding to leave only `expr;` instead.
- Fix disjoint-capture-in-same-closure test
2023-06-12 20:24:48 +08:00
..
issue-45124.rs Adjust UI tests for unit_bindings 2023-06-12 20:24:48 +08:00
try-block-bad-lifetime.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
try-block-bad-lifetime.stderr Tweak E0597 2023-01-15 19:46:20 +00:00
try-block-bad-type.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
try-block-bad-type.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
try-block-catch.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
try-block-catch.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
try-block-in-edition2015.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
try-block-in-edition2015.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
try-block-in-match.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
try-block-in-return.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
try-block-in-while.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
try-block-in-while.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
try-block-maybe-bad-lifetime.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
try-block-maybe-bad-lifetime.stderr Tweak E0597 2023-01-15 19:46:20 +00:00
try-block-opt-init.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
try-block-opt-init.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
try-block-type-error.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
try-block-type-error.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
try-block-unreachable-code-lint.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
try-block-unreachable-code-lint.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
try-block-unused-delims.fixed Move /src/test to /tests 2023-01-11 09:32:08 +00:00
try-block-unused-delims.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
try-block-unused-delims.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
try-block.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
try-is-identifier-edition2015.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00