rust/src/test/compile-fail/issue-2151.rs

6 lines
128 B
Rust
Raw Normal View History

fn main() {
vec::iter(fail) {|i|
log (debug, i * 2);
//!^ ERROR the type of this value must be known
};
}