-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible regression with #[rustfmt::skip] #78488
Comments
@steveklabnik I believe this was changed in 1.44 probably via #69838. Do you happen to know which version the reporter was using? 1.44 or newer should build ok. There are still some oddities with inner tool attributes like #74087, so it is possible it could be that. |
The main failure I have handy is 1.41.0: https://github.com/RustSec/rustsec-crate/runs/1318970855?check_suite_focus=true |
I'm using the toolchain that the brave-browser build scripts downloads
|
I ran into this with 1.34.0 (which is the MSRV for err-derive, which used to depend on semver-parser via rustc-version). |
It appears this is actually my fault: steveklabnik/semver-parser#52 (comment) sorry about the noise. |
Hi folks! I am getting users reporting a regression in the semver crates, see:
#![rustfmt::skip]
steveklabnik/semver-parser#52It 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
The text was updated successfully, but these errors were encountered: