blob: b2347dedd52d13ff60681e8c63e90a884b807b2a [file] [log] [blame]
const fn f() -> usize {
//~^ ERROR mismatched types
const FIELD: usize = loop {
0
//~^ ERROR mismatched types
};
}
fn main() {}