-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
Closed
Labels
A-attributesArea: Attributes (`#[…]`, `#![…]`)Area: Attributes (`#[…]`, `#![…]`)A-prettyArea: Pretty printing (including `-Z unpretty`)Area: Pretty printing (including `-Z unpretty`)F-param_attrs`#![feature(param_attrs)]``#![feature(param_attrs)]`P-highHigh priorityHigh priorityrequires-nightlyThis issue requires a nightly compiler in some way. When possible, use a F-* label instead.This issue requires a nightly compiler in some way. When possible, use a F-* label instead.
Description
It seems #63210 isn't actually fixed.
Run cargo test -- --nocapture and you'll see the TokenStream does not contain any attributes on a parameter: https://github.com/bbqsrc/params-attribute-example
Metadata
Metadata
Assignees
Labels
A-attributesArea: Attributes (`#[…]`, `#![…]`)Area: Attributes (`#[…]`, `#![…]`)A-prettyArea: Pretty printing (including `-Z unpretty`)Area: Pretty printing (including `-Z unpretty`)F-param_attrs`#![feature(param_attrs)]``#![feature(param_attrs)]`P-highHigh priorityHigh priorityrequires-nightlyThis issue requires a nightly compiler in some way. When possible, use a F-* label instead.This issue requires a nightly compiler in some way. When possible, use a F-* label instead.