-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Failed to automatically apply fixes to a procedural macro crate #6101
Comments
There have been a few other reports of people having problems with the extern prelude changes. See also rust-lang/rust#54381 rust-lang/rust#53964. The original PR mentioned something about cargo growing support for |
@eddyb sorry I may be confused, but it looks like rust-lang/rust#54116 was merged with no recourse for Cargo? Cargo can't pass |
The fix for this issue is that Cargo isn't passing |
@eddyb mentions on IRC that the intention was for the lint to not fire on |
I believe we're tracking this as rust-lang/rust#54381, right? |
@eddyb I think both can be fixed in the same way, yeah, so I'd be fine tracking this there too |
This appears to be fixed in the latest nightly via rust-lang/rust#54650. |
Cargo.toml
src/lib.rs
Running
cargo fix --edition-idioms
I get:The text was updated successfully, but these errors were encountered: