rust/crates/libsyntax2/tests/data/parser/err/0022_bad_exprs.rs
2018-09-08 10:13:32 +03: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) }