-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Start reporting future breakage for ILL_FORMED_ATTRIBUTE_INPUT
in dependencies
#144544
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
base: master
Are you sure you want to change the base?
Start reporting future breakage for ILL_FORMED_ATTRIBUTE_INPUT
in dependencies
#144544
Conversation
…ependencies Signed-off-by: Jonathan Brouwer <jonathantbrouwer@gmail.com>
@bors2 try |
Start reporting future breakage for `ILL_FORMED_ATTRIBUTE_INPUT` in dependencies
cc @rust-lang/lang @rust-lang/lang-advisors |
It seems clear to me that we should do this in any event, so let's... @rfcbot fcp merge |
Team member @traviscross has proposed to merge this. The next step is review by the rest of the tagged team members: No concerns currently listed. Once a majority of reviewers approve (and at most 2 approvals are outstanding), this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up! cc @rust-lang/lang-advisors: FCP proposed for lang, please feel free to register concerns. |
@bors try |
Start reporting future breakage for `ILL_FORMED_ATTRIBUTE_INPUT` in dependencies
@craterbot check |
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
@bors try cancel |
Try build cancelled. Cancelled workflows: |
🚧 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
This has been a warn lint since early 2019 and a deny-by-default lint since late 2019.
We're currently transitioning some of the cases where this lint is being produced to a hard error (#143607 #143808 and more)
So let's report this lint in all dependencies for the remaining attributes
r? @traviscross
@rustbot labels +I-lang-nominated +T-lang -T-compiler
cc @jdonszelmann
(Separate question: Why does the "Future incompatibility report" only trigger if
report_in_deps
is true, even if the future incompatibility happens in the same crate, is this correct?)This also needs a crater run, but I don't have permissions to trigger this