9 lines
80 B
Rust
9 lines
80 B
Rust
// error-pattern: iterator function
|
|
|
|
fn f() -> int {
|
|
put 10;
|
|
}
|
|
|
|
fn main() {
|
|
}
|