Skip to content

move const_eval.rs into the module folder - #69370

Merged
bors merged 1 commit into
rust-lang:masterfrom
RalfJung:const-eval-mod
Feb 22, 2020
Merged

move const_eval.rs into the module folder#69370
bors merged 1 commit into
rust-lang:masterfrom
RalfJung:const-eval-mod

Conversation

@RalfJung

Copy link
Copy Markdown
Member

This groups the file together with the other const_eval files in editors, diff views, etc.

r? @oli-obk

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Feb 22, 2020
@oli-obk

Copy link
Copy Markdown
Contributor

Heh. I configured my editor to sort by name, so folders are intermingled with files instead of at the top. But the default in most places is not that, so:

@bors r+ rollup

@bors

bors commented Feb 22, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit 88d6ab8 has been approved by oli-obk

@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 Feb 22, 2020
bors added a commit that referenced this pull request Feb 22, 2020
Rollup of 7 pull requests
Successful merges:
- #68984 (Make `u8::is_ascii` a stable `const fn`)
- #69339 (Add test for #69312)
- #69346 (Clean up E0323, E0324, E0325 and E0326 explanations)
- #69348 (Wrong error message for move_ref_pattern)
- #69349 (MIR is not an experiment anymore)
- #69354 (Test `Duration::new` panics on overflow)
- #69370 (move const_eval.rs into the module folder)
Failed merges:
r? @ghost
@bors
bors merged commit e5fb129 into rust-lang:masterFeb 22, 2020
@RalfJung
RalfJung deleted the const-eval-mod branch February 24, 2020 12:10
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.

4 participants

@RalfJung@oli-obk@bors@rust-highfive