blob: a9433d7de6e17f679c3e8c39d03e4e71c49854ef [file] [log] [blame]
fn main() {
for x in 0..3 {
x //~ ERROR mismatched types
}
}