rust/src/test/compile-fail/issue-2151.rs
2012-04-07 17:12:48 -07:00

6 lines
128 B
Rust

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