Uh oh!
There was an error while loading. Please reload this page.
Conversation
rustbot
commented
Jun 1, 2023
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @clubby789 (or someone else) soon. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
ghost
commented
Jun 1, 2023
@clubby789 can u take a look |
clubby789
commented
Jun 1, 2023
This looks good to me. Would you mind squashing your commits into one? |
ghost
commented
Jun 1, 2023
Sure |
ghost
commented
Jun 1, 2023
Imma do it then do the PR |
ghost
commented
Jun 1, 2023
@clubby789 can u take a look |
clubby789
commented
Jun 1, 2023
@bors r+ |
bors
commented
Jun 1, 2023
@AnakinSkywalkeer, in the future, when you want to link your PR to an issue that is fixed, please put it in the PR message body instead of the title. That'll make sure it's automatically closed when the PR lands. (Also, a description wouldn't hurt for PRs in the future.) I've fixed this one for you. |
ghost
commented
Jun 1, 2023
ohhh so sorry about that my bad gonna keep in mind next time |
bors
commented
Jun 2, 2023
⌛ Testing commit a45fc94 with merge 37c0c16318363ed8b5240119170888b31c53188b... |
compiler-errors
commented
Jun 2, 2023
@bors retry yield to rollup |
…mpiler-errors Rollup of 6 pull requests Successful merges: - rust-lang#109609 (Separate AnonConst from ConstBlock in HIR.) - rust-lang#112166 (bootstrap: Rename profile = user to profile = dist) - rust-lang#112168 (Lower `unchecked_div`/`_rem` to MIR's `BinOp::Div`/`Rem`) - rust-lang#112183 (Normalize anon consts in new solver) - rust-lang#112211 (pass `--lib` to `x doc`) - rust-lang#112223 (Don't ICE in new solver when auto traits have associated types) r? `@ghost` `@rustbot` modify labels: rollup
rust-log-analyzer
commented
Jun 2, 2023
jyn514
commented
Jun 3, 2023
This doesn't keep backwards compatibility like I asked for in the issue :/ it also doesn't update configure.py, so anyone using configure will be using an invalid profile; and it doesn't update the file in src/bootstrap/defaults. I think the only effect of this is that it's no longer possible to pick |
…rtlarsan68 Revert 'Rename profile=user to profile=dist' This reverts commit a45fc94 (rust-lang#112166) Reverted as it didn't meet the requirements (rust-lang#112166 (comment)) and is causing issues (closesrust-lang#112846) cc `@AnakinSkywalkeer`
…rtlarsan68 Revert 'Rename profile=user to profile=dist' This reverts commit a45fc94 (rust-lang#112166) Reverted as it didn't meet the requirements (rust-lang#112166 (comment)) and is causing issues (closesrust-lang#112846) cc ``@AnakinSkywalkeer``
Fixes#112074