-
Notifications
You must be signed in to change notification settings - Fork 13.7k
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.This issue requires a nightly compiler in some way.
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.This issue requires a nightly compiler in some way.