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

8 lines
54 B
Rust

#[foo(foo, +, 92)]
fn foo() {
}
#[foo(
fn foo() {
}