DEBSOURCES
Skip Quicknav
sources / rustc / 1.88.0%2Bdfsg1-2 / tests / ui / expr / if / if-typeck.rs
123456789
// issue #513 fn f() { } fn main() { // f is not a bool if f { } //~ ERROR mismatched types }