rust/tests/ui/try-block
2026-01-13 01:16:58 +00:00
..
issue-45124.rs replace //@ compile-flags: --edition with //@ edition 2025-04-10 09:56:37 +02:00
try-block-as-statement.rs Add another *ExprWithBlock* test for try blocks 2025-11-15 01:28:54 -08:00
try-block-as-statement.stderr Add another *ExprWithBlock* test for try blocks 2025-11-15 01:28:54 -08:00
try-block-bad-lifetime.rs replace //@ compile-flags: --edition with //@ edition 2025-04-10 09:56:37 +02:00
try-block-bad-lifetime.stderr Peel off explicit (or implicit) deref before suggesting clone on move error in borrowck 2024-07-26 14:41:56 -04:00
try-block-bad-type-heterogeneous.rs Experimentally add *heterogeneous* try blocks 2025-12-09 20:18:43 -08:00
try-block-bad-type-heterogeneous.stderr On unmet trait bound, mention if trait is unstable 2026-01-13 01:16:58 +00:00
try-block-bad-type.rs Implement the alternative try desugaring 2025-11-09 04:09:10 -08:00
try-block-bad-type.stderr On unmet trait bound, mention if trait is unstable 2026-01-13 01:16:58 +00:00
try-block-catch.rs replace //@ compile-flags: --edition with //@ edition 2025-04-10 09:56:37 +02:00
try-block-catch.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
try-block-heterogeneous.rs Experimentally add *heterogeneous* try blocks 2025-12-09 20:18:43 -08:00
try-block-homogeneous.rs Add a UI test with code that only works with homogeneous try 2025-11-11 23:09:47 -08:00
try-block-in-edition2015.rs replace //@ compile-flags: --edition with //@ edition 2025-04-10 09:56:37 +02:00
try-block-in-edition2015.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
try-block-in-match-arm.rs replace //@ compile-flags: --edition with //@ edition 2025-04-10 09:56:37 +02:00
try-block-in-match.rs replace //@ compile-flags: --edition with //@ edition 2025-04-10 09:56:37 +02:00
try-block-in-return.rs replace //@ compile-flags: --edition with //@ edition 2025-04-10 09:56:37 +02:00
try-block-in-while.rs replace //@ compile-flags: --edition with //@ edition 2025-04-10 09:56:37 +02:00
try-block-in-while.stderr On unmet trait bound, mention if trait is unstable 2026-01-13 01:16:58 +00:00
try-block-maybe-bad-lifetime.rs replace //@ compile-flags: --edition with //@ edition 2025-04-10 09:56:37 +02:00
try-block-maybe-bad-lifetime.stderr Tweak E0597 2023-01-15 19:46:20 +00:00
try-block-opt-init.rs replace //@ compile-flags: --edition with //@ edition 2025-04-10 09:56:37 +02:00
try-block-opt-init.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
try-block-type-error.rs replace //@ compile-flags: --edition with //@ edition 2025-04-10 09:56:37 +02:00
try-block-type-error.stderr Stop inverting expectation in normalization errors 2024-10-16 13:44:56 -04:00
try-block-unreachable-code-lint.rs replace //@ compile-flags: --edition with //@ edition 2025-04-10 09:56:37 +02: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 replace //@ compile-flags: --edition with //@ edition 2025-04-10 09:56:37 +02:00
try-block-unused-delims.rs replace //@ compile-flags: --edition with //@ edition 2025-04-10 09:56:37 +02:00
try-block-unused-delims.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
try-block.rs replace //@ compile-flags: --edition with //@ edition 2025-04-10 09:56:37 +02:00
try-is-identifier-edition2015.rs replace //@ compile-flags: --edition with //@ edition 2025-04-10 09:56:37 +02:00