inline format!() args up to and including rustc_middle (2)#114068
inline format!() args up to and including rustc_middle (2)#114068bors merged 1 commit intorust-lang:masterfrom
Conversation
|
cc @davidtwco, @compiler-errors, @JohnTitor, @TaKO8Ki Some changes occurred to the CTFE / Miri engine cc @rust-lang/miri Some changes occurred to MIR optimizations cc @rust-lang/wg-mir-opt |
There was a problem hiding this comment.
Those two are probably best reverted (so as to not to be confused with {{idx}})
There was a problem hiding this comment.
Same deal here, revert those please.
There was a problem hiding this comment.
| n => format!("built-in NTs {} or {n} other option{s}.", nts, s = pluralize!(n)), | |
| n => format!("built-in NTs {nts} or {n} other option{s}.", s = pluralize!(n)), |
|
Also, just a note: @matthiaskrgr please, don't include tags ( |
|
Oh crap, sorry, I guess I can force-push them out and that would resolve the issue? |
|
It should resolve the issue, yes. |
|
☔ The latest upstream changes (presumably #113281) made this pull request unmergeable. Please resolve the merge conflicts. |
c3407be to
21cdf6b
Compare
|
@rustbot ready |
21cdf6b to
456856e
Compare
WaffleLapkin
left a comment
There was a problem hiding this comment.
r=me with commit message typo fixed
formt!()
456856e to
2381546
Compare
|
😅 |
|
I'm not familiar with rustc, but I wonder if inlining |
|
|
@NobodyXu Moreover |
|
Thank you for the explanation! |
…iaskrgr Rollup of 6 pull requests Successful merges: - rust-lang#110056 (Fix the example in document for WaitTimeoutResult::timed_out) - rust-lang#112655 (Mark `map_or` as `#[must_use]`) - rust-lang#114018 (Make `--error-format human-annotate-rs` handle multiple files) - rust-lang#114068 (inline format!() args up to and including rustc_middle (2)) - rust-lang#114223 (Documentation: Fix Stilted Language in Vec->Indexing) - rust-lang#114227 (Add tidy check for stray rustfix files) r? `@ghost` `@rustbot` modify labels: rollup
r? @WaffleLapkin