DEBSOURCES
Skip Quicknav
sources / rustc / 1.88.0%2Bdfsg1-2 / tests / ui / expr / if / if-loop.rs
12345678
//@ check-pass // This used to ICE because the "if" being unreachable was not handled correctly fn err() { if loop {} {} } fn main() {}