mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-08-28 04:10:09 -04:00
6 lines
101 B
Rust
6 lines
101 B
Rust
fn main() {
|
|
for i in {
|
|
//~^ ERROR missing expression to iterate on in `for` loop
|
|
}
|
|
}
|