rust/crates/parser/test_data/parser/err/0022_bad_exprs.rs
2021-12-26 17:58:33 +03:00

4 lines
112 B
Rust

fn a() { [1, 2, @, struct, let] }
fn b() { foo(1, 2, @, impl, let) }
fn c() { foo.bar(1, 2, @, ], trait, let) }