Skip to content

Rename whence to span - #77207

Merged
bors merged 1 commit into
rust-lang:masterfrom
camelid:whence-to-span
Sep 26, 2020
Merged

Rename whence to span#77207
bors merged 1 commit into
rust-lang:masterfrom
camelid:whence-to-span

Conversation

@camelid

Copy link
Copy Markdown
Member

It's called span elsewhere in the compiler and span is also less
surprising. whence is whimsical, but not super clear :)

See this Discord conversation for more.

r? @jyn514

It's called `span` elsewhere in the compiler and `span` is also less
surprising. `whence` is whimsical, but not super clear :)
@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Sep 25, 2020
@camelidcamelid added C-cleanup Category: PRs that clean code up or issues documenting cleanup. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. labels Sep 25, 2020

@jyn514jyn514 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r=me with CI passing

@jyn514

Copy link
Copy Markdown
Member

@bors r+ rollup

@bors

bors commented Sep 25, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit aa6a2f4 has been approved by jyn514

@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 Sep 25, 2020
RalfJung added a commit to RalfJung/rust that referenced this pull request Sep 26, 2020
Rename `whence` to `span`
It's called `span` elsewhere in the compiler and `span` is also less
surprising. `whence` is whimsical, but not super clear :)
See [this Discord conversation](https://discord.com/channels/442252698964721669/459149231702278154/758731658689511444) for more.
r? @jyn514
@RalfJungRalfJung mentioned this pull request Sep 26, 2020
@RalfJungRalfJung mentioned this pull request Sep 26, 2020
bors added a commit to rust-lang-ci/rust that referenced this pull request Sep 26, 2020
Rollup of 12 pull requests
Successful merges:
- rust-lang#75454 (Explicitly document the size guarantees that Option makes.)
- rust-lang#76631 (Add `x.py setup`)
- rust-lang#77076 (Add missing code examples on slice iter types)
- rust-lang#77093 (merge `need_type_info_err(_const)`)
- rust-lang#77122 (Add `#![feature(const_fn_floating_point_arithmetic)]`)
- rust-lang#77127 (Update mdBook)
- rust-lang#77161 (Remove TrustedLen requirement from BuilderMethods::switch)
- rust-lang#77166 (update Miri)
- rust-lang#77181 (Add doc alias for pointer primitive)
- rust-lang#77204 (Remove stray word from `ClosureKind::extends` docs)
- rust-lang#77207 (Rename `whence` to `span`)
- rust-lang#77211 (Remove unused #[allow(...)] statements from compiler/)
Failed merges:
- rust-lang#77170 (Remove `#[rustc_allow_const_fn_ptr]` and add `#![feature(const_fn_fn_ptr_basics)]`)
r? `@ghost`
@bors
bors merged commit 259e947 into rust-lang:masterSep 26, 2020
@rustbotrustbot added this to the 1.48.0 milestone Sep 26, 2020
@camelid
camelid deleted the whence-to-span branch September 26, 2020 20:46
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-cleanupCategory: PRs that clean code up or issues documenting cleanup.S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@camelid@jyn514@bors@rust-highfive@rustbot