1e42c9a367
Fixes #2149. Fixes #2150. Fixes #2151.
6 lines
128 B
Rust
6 lines
128 B
Rust
fn main() {
|
|
vec::iter(fail) {|i|
|
|
log (debug, i * 2);
|
|
//!^ ERROR the type of this value must be known
|
|
};
|
|
} |