rust/crates/syntax/test_data/parser/err/0016_missing_semi.rs
2020-08-12 18:30:53 +02:00

6 lines
56 B
Rust

fn foo() {
foo(
1, 2
)
return 92;
}