A comment in the tracking issue for #[link_args] points out that the attribute was accidentally stabilized (quite a long time ago).
I think it will be easy to fix the particular case of #[link_args]; the infrastructure here is pretty nice. But it does raise the question: Were other attributes accidentally stabilized at the same time?
This issue has two goals: 1. correct the #[link_args] feature gate, and 2. double-check whether other attributes in the BUILTIN_ATTRIBUTES array need similar treatment.
A comment in the tracking issue for
#[link_args]points out that the attribute was accidentally stabilized (quite a long time ago).I think it will be easy to fix the particular case of
#[link_args]; the infrastructure here is pretty nice. But it does raise the question: Were other attributes accidentally stabilized at the same time?This issue has two goals: 1. correct the
#[link_args]feature gate, and 2. double-check whether other attributes in theBUILTIN_ATTRIBUTESarray need similar treatment.