-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Prepare for uplift of drop-bounds lint #272
Labels
C-upstream-bug
Category: This is a bug of compiler or dependencies (the fix may require action in the upstream)
Comments
This was referenced Sep 17, 2020
I'll merge this and publish new releases of pin-project and pin-project-lite, when FCP of rust-lang/compiler-team#347 is finished. FYI @notriddle |
bors bot
added a commit
that referenced
this issue
Sep 22, 2020
273: Prepare for uplift of drop-bounds lint r=taiki-e a=taiki-e cc #272 Co-authored-by: Taiki Endo <[email protected]>
bors bot
added a commit
to taiki-e/pin-project-lite
that referenced
this issue
Oct 1, 2020
27: Prepare for uplift of drop-bounds lint r=taiki-e a=taiki-e cc taiki-e/pin-project#272 Co-authored-by: Taiki Endo <[email protected]>
taiki-e
added
the
C-upstream-bug
Category: This is a bug of compiler or dependencies (the fix may require action in the upstream)
label
Oct 4, 2020
The code generated by the external macro doesn't actually seem to get a warning (probably because |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-upstream-bug
Category: This is a bug of compiler or dependencies (the fix may require action in the upstream)
rust-lang/rust#75699 uplifts clippy's
drop_bounds
lint to rustc.If the implementation is the same as clippy, the code generated by the macro will also be warned (this behavior is probably correct for this lint), and pin-project(-lite) users will be affected by this.
Once rust-lang/rust#75699 or rust-lang/compiler-team#347 merged (or approved), it would be nice to be able to create a release including a patch that allows this lint.
The text was updated successfully, but these errors were encountered: