-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-attributesArea: Attributes (`#[…]`, `#![…]`)Area: Attributes (`#[…]`, `#![…]`)A-rustfmtArea: RustfmtArea: Rustfmtregression-from-stable-to-stablePerformance or correctness regression from one stable version to another.Performance or correctness regression from one stable version to another.
Description
Hi folks! I am getting users reporting a regression in the semver crates, see:
- build error on
#![rustfmt::skip]
steveklabnik/semver-parser#52 - semver-parser v0.10.1 build failure on stable dtolnay/semver#218
It appears that the rustfmt attributes are no longer considered "built-in"? Or am I completely mis-remembering this?
Sorry for not being 100% sure about the regression here, but I don't want this to get lost.
@rustbot modify labels: +regression-from-stable-to-stable -regression-untriaged
Metadata
Metadata
Assignees
Labels
A-attributesArea: Attributes (`#[…]`, `#![…]`)Area: Attributes (`#[…]`, `#![…]`)A-rustfmtArea: RustfmtArea: Rustfmtregression-from-stable-to-stablePerformance or correctness regression from one stable version to another.Performance or correctness regression from one stable version to another.