Skip to content

Rename impl_constness to constness - #98136

Merged
bors merged 1 commit into
rust-lang:masterfrom
fee1-dead-contrib:rename_impl_constness
Jun 19, 2022
Merged

Rename impl_constness to constness#98136
bors merged 1 commit into
rust-lang:masterfrom
fee1-dead-contrib:rename_impl_constness

Conversation

@fee1-dead

Copy link
Copy Markdown
Member

The current code is a basis for is_const_fn_raw, and impl_constness
is no longer a valid name, which is previously used for determining the
constness of impls, and not items in general.

r? @oli-obk

The current code is a basis for `is_const_fn_raw`, and `impl_constness`
is no longer a valid name, which is previously used for determining the
constness of impls, and not items in general.
@rustbotrustbot added the T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. label Jun 15, 2022
@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 15, 2022
@oli-obk

Copy link
Copy Markdown
Contributor

@bors r+ rollup

@bors

bors commented Jun 19, 2022

Copy link
Copy Markdown
Collaborator

📌 Commit 26ac456 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 Jun 19, 2022
@Dylan-DPCDylan-DPC mentioned this pull request Jun 19, 2022
bors added a commit to rust-lang-ci/rust that referenced this pull request Jun 19, 2022
Rollup of 5 pull requests
Successful merges:
- rust-lang#98105 (rustdoc: remove tuple link on round braces)
- rust-lang#98136 (Rename `impl_constness` to `constness`)
- rust-lang#98146 (Remove --memory-init-file flag when linking with Emscripten)
- rust-lang#98219 (Skip late bound regions in GATSubstCollector)
- rust-lang#98233 (Remove accidental uses of `&A: Allocator`)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 6e8f541 into rust-lang:masterJun 19, 2022
@rustbotrustbot added this to the 1.63.0 milestone Jun 19, 2022
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.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@fee1-dead@oli-obk@bors@Kvicii@rust-highfive@rustbot