rust/crates/libsyntax2/tests/data/parser/err/0005_attribute_recover.rs

9 lines
54 B
Rust
Raw Normal View History

2018-01-20 22:36:17 +01:00
#[foo(foo, +, 92)]
fn foo() {
}
#[foo(
fn foo() {
}