Improve terminology around "after typeck"#90277
Conversation
|
r? @oli-obk (rust-highfive has picked a reviewer for you, use r? to override) |
ff7dc39 to
6aa029c
Compare
6aa029c to
c9792da
Compare
|
Is this usage alright? Should we maybe just say "These rvalues can be optimized before lowering"? rust/compiler/rustc_middle/src/mir/mod.rs Lines 2200 to 2201 in 84c2a85 |
|
Not sure about this one: rust/compiler/rustc_hir/src/hir.rs Lines 862 to 866 in 84c2a85 |
c9792da to
5b30a23
Compare
|
Ah. I haven't looked at "during codegen" yet. |
5b30a23 to
521b1ee
Compare
|
I'm not sure how to evaluate uses of the phrase "during codegen". Here are the uses in search resultsSo this PR might not fully close the issue, as is. But I think it might be valuable to merge, if others approve. r? @eddyb |
|
Ping from triage: assigning to author |
|
Hi @JohnCSimon! 👋 Just wondering, how come you added |
|
@rustbot ready |
|
r? @jackh726 |
|
@bors r+ rollup |
|
📌 Commit 521b1ee has been approved by |
… r=jackh726 Improve terminology around "after typeck" Closes rust-lang#70258.
…askrgr Rollup of 8 pull requests Successful merges: - rust-lang#90277 (Improve terminology around "after typeck") - rust-lang#92918 (Allow eliding GATs in expression position) - rust-lang#93039 (Don't suggest inaccessible fields) - rust-lang#93155 (Switch pretty printer to block-based indentation) - rust-lang#93214 (Respect doc(hidden) when suggesting available fields) - rust-lang#93347 (Make `char::DecodeUtf16::size_hist` more precise) - rust-lang#93392 (Clarify documentation on char::MAX) - rust-lang#93444 (Fix some CSS warnings and errors from VS Code) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Closes #70258.