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

3 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) }