Closed
Description
This is a tracking issue for the RFC "Attributes in formal function parameter position" (rust-lang/rfcs#2565).
Steps:
- Implement the RFC – Allow attributes in formal function parameters #60669
- Adjust documentation (Add reference for attributes in function parameters reference#657)
- Stabilization PR (Stabilize
param_attrs
in Rust 1.39.0 #64010) - Fixing Lint attributes on function args have no effect #61238
Unresolved questions:
None.
This issue has been assigned to @c410-f3r via this comment.
Metadata
Metadata
Assignees
Labels
Blocker: Approved by a merged RFC but not yet implemented.Blocker: Approved by a merged RFC and implemented but not stabilized.Blocker: Implemented in the nightly compiler and unstable.Category: An issue tracking the progress of sth. like the implementation of an RFC`#![feature(param_attrs)]`Relevant to the language team, which will review and decide on the PR/issue.