rust/crates/syntax/test_data/parser/err/0022_bad_exprs.rs

4 lines
112 B
Rust
Raw Normal View History

2018-09-08 02:13:32 -05:00
fn a() { [1, 2, @, struct, let] }
fn b() { foo(1, 2, @, impl, let) }
fn c() { foo.bar(1, 2, @, ], trait, let) }