Skip to content

Make proc_macro_derive_resolution_fallback a future-breakage lint - #89523

Merged
bors merged 1 commit into
rust-lang:masterfrom
Aaron1011:derive-future-compat
Oct 6, 2021
Merged

Make proc_macro_derive_resolution_fallback a future-breakage lint#89523
bors merged 1 commit into
rust-lang:masterfrom
Aaron1011:derive-future-compat

Conversation

@Aaron1011

Copy link
Copy Markdown
Contributor

When cargo report future-incompatibilities is stabilized
(see #71249), this will cause dependencies that trigger
this lint to be included in the report.

When `cargo report future-incompatibilities` is stabilized
(see rust-lang#71249), this will cause dependencies that trigger
this lint to be included in the report.
@rust-highfive

Copy link
Copy Markdown
Contributor

r? @wesleywiser

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 4, 2021
@wesleywiser

Copy link
Copy Markdown
Member

@bors r+ rollup

@bors

bors commented Oct 5, 2021

Copy link
Copy Markdown
Collaborator

📌 Commit 32a5abc has been approved by wesleywiser

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Oct 5, 2021
Manishearth added a commit to Manishearth/rust that referenced this pull request Oct 5, 2021
…esleywiser
Make `proc_macro_derive_resolution_fallback` a future-breakage lint
When `cargo report future-incompatibilities` is stabilized
(see rust-lang#71249), this will cause dependencies that trigger
this lint to be included in the report.
@ManishearthManishearth mentioned this pull request Oct 5, 2021
bors added a commit to rust-lang-ci/rust that referenced this pull request Oct 5, 2021
…arth
Rollup of 10 pull requests
Successful merges:
- rust-lang#88706 (Normalize associated type projections when checking return type of main)
- rust-lang#88828 (Use `libc::sigaction()` instead of `sys::signal()` to prevent a deadlock)
- rust-lang#88871 (Fix suggestion for nested struct patterns)
- rust-lang#89317 (Move generic error message to separate branches)
- rust-lang#89351 (for signed wrapping remainder, do not compare lhs with MIN)
- rust-lang#89442 (Add check for duplicated doc aliases)
- rust-lang#89502 (Fix Lower/UpperExp formatting for integers and precision zero)
- rust-lang#89523 (Make `proc_macro_derive_resolution_fallback` a future-breakage lint)
- rust-lang#89532 (Document behavior of `MaybeLiveLocals` regarding enums and field-senstivity)
- rust-lang#89546 (Make an initial guess for metadata size to reduce buffer resizes)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 048b0fd into rust-lang:masterOct 6, 2021
@rustbotrustbot added this to the 1.57.0 milestone Oct 6, 2021
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@Aaron1011@rust-highfive@wesleywiser@bors@rustbot