..
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
Experimentally add *heterogeneous* try blocks
2025-12-09 20:18:43 -08:00
try-block-bad-type.rs
Implement the alternative try desugaring
2025-11-09 04:09:10 -08:00
try-block-bad-type.stderr
Implement the alternative try desugaring
2025-11-09 04:09:10 -08: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
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
Show number in error message even for one error
2023-11-24 19:15:52 +01: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
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
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
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