mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 18:56:33 +00:00
This function parameter attribute was introduced in https://github.com/rust-lang/rust/pull/44866 as an intermediate step in implementing `impl Trait`, it's not necessary or used anywhere by itself.
For more information about how rustc works, see the rustc dev guide.