-
Couldn't load subscription status.
- Fork 13.9k
update auto trait lint for PhantomData
#94315
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
Conversation
|
r? @oli-obk (rust-highfive has picked a reviewer for you, use r? to override) |
|
this is a really small change and prevents a new lint from firing incorrectly in more places, so it would be good to release the lint together with this change. |
|
@bors r+ rollup |
|
📌 Commit 70018c1 has been approved by |
update auto trait lint for `PhantomData` cc rust-lang#93367 (comment)
update auto trait lint for `PhantomData` cc rust-lang#93367 (comment)
update auto trait lint for `PhantomData` cc rust-lang#93367 (comment)
Rollup of 9 pull requests Successful merges: - rust-lang#91795 (resolve/metadata: Stop encoding macros as reexports) - rust-lang#93714 (better ObligationCause for normalization errors in `can_type_implement_copy`) - rust-lang#94175 (Improve `--check-cfg` implementation) - rust-lang#94212 (Stop manually SIMDing in `swap_nonoverlapping`) - rust-lang#94242 (properly handle fat pointers to uninhabitable types) - rust-lang#94308 (Normalize main return type during mono item collection & codegen) - rust-lang#94315 (update auto trait lint for `PhantomData`) - rust-lang#94316 (Improve string literal unescaping) - rust-lang#94327 (Avoid emitting full macro body into JSON errors) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
update auto trait lint for `PhantomData` cc rust-lang#93367 (comment)
[beta] Beta backports * No branch protection metadata unless enabled rust-lang#93516 * update auto trait lint for PhantomData rust-lang#94315 * Cargo: * [1.60] Fix term.verbose without quiet, and vice versa (rust-lang/cargo#10436) * [beta] Add common profile validation. (rust-lang/cargo#10413) * Avoid new deprecation warnings from clap 3.1.0 (rust-lang/cargo#10396)
cc #93367 (comment)