Skip to content

Rollup of 5 pull requests - #73271

Closed
RalfJung wants to merge 26 commits into
rust-lang:masterfrom
RalfJung:rollup-q7iuxgm
Closed

Rollup of 5 pull requests#73271
RalfJung wants to merge 26 commits into
rust-lang:masterfrom
RalfJung:rollup-q7iuxgm

Conversation

@RalfJung

Copy link
Copy Markdown
Member

Successful merges:

Failed merges:

r? @ghost

ecstatic-morseand others added 26 commits May 23, 2020 10:38
… r=RalfJung,oli-obk
Const floating point bitcasts and classification
Makes the `f32` and `f64` methods described in rust-lang#72447 and rust-lang#72505 unstably const.
r? @RalfJung
…atthewjasper
On recursive ADT, provide indirection structured suggestion
…sper
linker: MSVC supports linking static libraries as a whole archive
…, r=nikomatsakis
Further tweak lifetime errors involving `dyn Trait` and `impl Trait` in return position
* Suggest substituting `'static` lifetime in impl/dyn `Trait + 'static` instead of `Trait + 'static + '_`
* When `'static` is explicit, also suggest constraining argument with it
* Reduce verbosity of suggestion message and mention lifetime in label
* Tweak output for overlapping required/captured spans
* Give these errors an error code
Follow up to rust-lang#72543.
r? @nikomatsakis
…, r=dtolnay
Migrate to numeric associated consts
The deprecation PR is rust-lang#72885
cc rust-lang#68490
cc rust-lang/rfcs#2700
@RalfJung

Copy link
Copy Markdown
MemberAuthor

@rustbot modify labels: +rollup
@bors r+ rollup=never p=5

@bors

bors commented Jun 12, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit eda9d21 has been approved by RalfJung

@rustbotrustbot added the rollup A PR which is a rollup label Jun 12, 2020
@borsbors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Jun 12, 2020
@bors

bors commented Jun 12, 2020

Copy link
Copy Markdown
Collaborator

⌛ Testing commit eda9d21 with merge 0d10277ecf26a98770c8f88169192c382bf56dec...

@bors

bors commented Jun 12, 2020

Copy link
Copy Markdown
Collaborator

💔 Test failed - checks-azure

@borsbors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Jun 12, 2020
@RalfJung
RalfJung deleted the rollup-q7iuxgm branch June 12, 2020 10:39
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rollupA PR which is a rollupS-waiting-on-reviewStatus: Awaiting review from the assignee but also interested parties.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@RalfJung@bors@Dylan-DPC-zz@rustbot@ecstatic-morse@petrochenkov@estebank@tesuji