unused_parens false positive on cfg_attr(..., derive(..., ...)) #48871
Labels
C-bug
Category: This is a bug.
P-high
High priority
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
UNIC builds started failing today on nightly with these errors:
(from https://travis-ci.org/behnam/rust-unic/jobs/351099208)
Problems:
cfg_attr
lines do not have any unused parentheses, so it's a false positive;The text was updated successfully, but these errors were encountered: