Renaming builtin attributes does not work, but name resolution thinks it does #79798
Labels
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-resolve
Area: Name resolution
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Forgive my sins, but:
The
#[deny]
still acts as a#[deny]
, but the import should make it behave like#[allow]
. No "unused import" lint is emitted, so name resolution thinks that the import has an effect.The text was updated successfully, but these errors were encountered: