DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg3-1 / tests / ui / expr / if / if-typeck.rs
12345678910
//@ error-pattern:mismatched types // issue #513 fn f() { } fn main() { // f is not a bool if f { } }