rust/crates/syntax/test_data/parser/err/0005_attribute_recover.rs

9 lines
54 B
Rust
Raw Normal View History

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