-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Add more to the [workspace.dependencies]
section in the top-level Cargo.toml
#145947
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The run-make-support library was changed cc @jieyouxu This PR changes rustc_public cc @oli-obk, @celinval, @ouz-a Some changes occurred in compiler/rustc_codegen_ssa Some changes occurred in src/tools/opt-dist cc @Kobzol Some changes occurred in src/tools/compiletest cc @jieyouxu Some changes occurred in exhaustiveness checking cc @Nadrieril |
f19ebaf
to
6260545
Compare
I'm assuming that you mistakenly assigned me instead of: r? Kobzol |
|
I feel like this might regress over time, a tidy lint would be nice. But hopefully if people see at least one usage of Needs a rebase, otherwise you can r=me. |
☔ The latest upstream changes (presumably #145949) made this pull request unmergeable. Please resolve the merge conflicts. |
6260545
to
475c29d
Compare
This PR was rebased onto a different master commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
This comment was marked as outdated.
This comment was marked as outdated.
I rebased. @bors r=Kobzol |
Add more to the `[workspace.dependencies]` section in the top-level `Cargo.toml` Following on from #145740. r? `@Kobzol`
The job Click to see the possible cause of the failure (guessed by this bot)
|
💔 Test failed - checks-actions |
"error: the evaluated program deadlocked" seems unrelated to this PR. @bors retry |
Rollup of 9 pull requests Successful merges: - #143713 (Add a mailmap entry for gnzlbg) - #144275 (implement Sum and Product for Saturating(u*)) - #144354 (fix(std): Fix undefined reference to __my_thread_exit on QNX 8.0) - #145387 (Remove TmpLayout in layout_of_enum) - #145793 (std library: use execinfo library also on NetBSD.) - #145884 (Test `instrument-mcount` codegen) - #145947 (Add more to the `[workspace.dependencies]` section in the top-level `Cargo.toml`) - #145972 (fix `core::marker::Destruct` doc) - #145977 (tests: Ignore basic-stepping.rs on riscv64) r? `@ghost` `@rustbot` modify labels: rollup
Already merged. |
Following on from #145740.
r? @Kobzol