rust-lang / wg-grammar

Where the work of WG-grammar, aiming to provide a canonical grammar for Rust, resides
Apache License 2.0
99 stars 20 forks source link

Add unstable attributes on function arguments #46

Open ehuss opened 5 years ago

ehuss commented 5 years ago

Added in https://github.com/rust-lang/rust/pull/60669.

fn f(#[attr] a: i32) {}