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

3 lines
22 B
Rust
Raw Normal View History

2018-09-03 07:10:06 -05:00
fn foo(x: i32, y) {
}