rust/crates/syntax/test_data/parser/err/0021_incomplete_param.rs

3 lines
22 B
Rust
Raw Normal View History

2018-09-03 14:10:06 +02:00
fn foo(x: i32, y) {
}