Add more to the [workspace.dependencies] section in the top-level Cargo.toml#145947
Add more to the [workspace.dependencies] section in the top-level Cargo.toml#145947bors merged 15 commits intorust-lang:masterfrom
[workspace.dependencies] section in the top-level Cargo.toml#145947Conversation
|
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. |
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. |
This was done in rust-lang#145740 and rust-lang#145947. It is causing problems for people using r-a on anything that uses the rustc-dev rustup package, e.g. Miri, clippy. This repository has lots of submodules and subtrees and various different projects are carved out of pieces of it. It seems like `[workspace.dependencies]` will just be more trouble than it's worth.
…bzol Revert introduction of `[workspace.dependencies]`. This was done in #145740 and #145947. It is causing problems for people using r-a on anything that uses the rustc-dev rustup package, e.g. Miri, clippy. This repository has lots of submodules and subtrees and various different projects are carved out of pieces of it. It seems like `[workspace.dependencies]` will just be more trouble than it's worth. r? `@Kobzol`
Rollup of 9 pull requests Successful merges: - rust-lang/rust#143713 (Add a mailmap entry for gnzlbg) - rust-lang/rust#144275 (implement Sum and Product for Saturating(u*)) - rust-lang/rust#144354 (fix(std): Fix undefined reference to __my_thread_exit on QNX 8.0) - rust-lang/rust#145387 (Remove TmpLayout in layout_of_enum) - rust-lang/rust#145793 (std library: use execinfo library also on NetBSD.) - rust-lang/rust#145884 (Test `instrument-mcount` codegen) - rust-lang/rust#145947 (Add more to the `[workspace.dependencies]` section in the top-level `Cargo.toml`) - rust-lang/rust#145972 (fix `core::marker::Destruct` doc) - rust-lang/rust#145977 (tests: Ignore basic-stepping.rs on riscv64) r? `@ghost` `@rustbot` modify labels: rollup
…bzol Revert introduction of `[workspace.dependencies]`. This was done in rust-lang/rust#145740 and rust-lang/rust#145947. It is causing problems for people using r-a on anything that uses the rustc-dev rustup package, e.g. Miri, clippy. This repository has lots of submodules and subtrees and various different projects are carved out of pieces of it. It seems like `[workspace.dependencies]` will just be more trouble than it's worth. r? `@Kobzol`
…=Kobzol Add more to the `[workspace.dependencies]` section in the top-level `Cargo.toml` Following on from rust-lang#145740. r? `@Kobzol`
Rollup of 9 pull requests Successful merges: - rust-lang#143713 (Add a mailmap entry for gnzlbg) - rust-lang#144275 (implement Sum and Product for Saturating(u*)) - rust-lang#144354 (fix(std): Fix undefined reference to __my_thread_exit on QNX 8.0) - rust-lang#145387 (Remove TmpLayout in layout_of_enum) - rust-lang#145793 (std library: use execinfo library also on NetBSD.) - rust-lang#145884 (Test `instrument-mcount` codegen) - rust-lang#145947 (Add more to the `[workspace.dependencies]` section in the top-level `Cargo.toml`) - rust-lang#145972 (fix `core::marker::Destruct` doc) - rust-lang#145977 (tests: Ignore basic-stepping.rs on riscv64) r? `@ghost` `@rustbot` modify labels: rollup
This was done in rust-lang#145740 and rust-lang#145947. It is causing problems for people using r-a on anything that uses the rustc-dev rustup package, e.g. Miri, clippy. This repository has lots of submodules and subtrees and various different projects are carved out of pieces of it. It seems like `[workspace.dependencies]` will just be more trouble than it's worth.
…ies, r=Kobzol Revert introduction of `[workspace.dependencies]`. This was done in rust-lang#145740 and rust-lang#145947. It is causing problems for people using r-a on anything that uses the rustc-dev rustup package, e.g. Miri, clippy. This repository has lots of submodules and subtrees and various different projects are carved out of pieces of it. It seems like `[workspace.dependencies]` will just be more trouble than it's worth. r? `@Kobzol`
Following on from #145740.
r? @Kobzol