DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.78.0%2Bdfsg1-2~deb12u3 / tests / ui / rfcs / rfc-2497-if-let-chains / no-double-assigments.rs
123456789
//@ check-pass fn main() { loop { // [1][0] should leave top scope if true && [1][0] == 1 && true { } } }