Incorrect unreachable_code
lint for loops in try_blocks
#63324
Labels
A-lint
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-bug
Category: This is a bug.
F-try_blocks
`#![feature(try_blocks)]`
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Here, the entire
loop
expression is reported unreachable, despite not being so.This is similar to #54165, and probably has the same underlying issue.
The text was updated successfully, but these errors were encountered: