This repository was archived by the owner on Apr 8, 2024. It is now read-only.
This repository was archived by the owner on Apr 8, 2024. It is now read-only.
Add unstable attributes on function arguments #46
Open
Description
Added in rust-lang/rust#60669.
fn f(#[attr] a: i32) {}