4 lines
96 B
Rust
4 lines
96 B
Rust
fn main() {
|
|
fn baz(_x: fn() -> int) {}
|
|
for baz {|_e| } //! ERROR should return `bool`
|
|
}
|