Update cargo submodule - #162823
Update cargo submodule#162823
Conversation
|
|
cc @paradoxicalguy (you may be interested in the rust-gdb and rust-lldb change) |
|
@bors r=Urgau,weihanglo rollup=never p=1 |
This comment has been minimized.
This comment has been minimized.
Update cargo submodule 6 commits in 7941be6fb416b4cd9666aef7b858dfea25587a8c..30754e087c97c58c6c36d0440d4cf1aecb3330a9 2026-09-11 20:47:37 +0000 to 2026-09-15 18:19:50 +0000 - fix(git): For git cli, tell users what config we aren't forwarding on error (rust-lang/cargo#17477) - Lower the lint level of `manual_readme` and `non_kebab_case_bins` to `allow` (rust-lang/cargo#17478) - fix(trim-paths)!: unremap file in one JSON doc (rust-lang/cargo#17476) - feat(manifest): support `feature-documentation` in manifests (rust-lang/cargo#17447) - chore: Add Muscraft to the review rotation (rust-lang/cargo#17471) - Specify `--edition` in `messages` tests (rust-lang/cargo#17470) r? Urgau for the debugger script part --- 🤖 LLM disclosure: I probably should have tested this change manually, though I let LLM verify it working, sorry. Will do a manual test when I have time or if somebody beats me on that.
|
@bors yield (to the beta revert that flaked out) |
|
Auto build was cancelled. Cancelled workflows: The next pull request likely to be tested is #162765. |
This comment has been minimized.
This comment has been minimized.
Cargo has changed the format from JSONL to plain JSON
afd6204 to
5b770b8
Compare
|
This PR was rebased onto a different main 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. |
|
@bors r=Urgau,weihanglo rollup=never p=1 |
This comment has been minimized.
This comment has been minimized.
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 92801ed (parent) -> 923c95c (this PR) Test differencesShow 8 test diffsStage 2
Additionally, 5 doctest diffs were found. These are ignored, as they are noisy. Job group index Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 923c95cdf5ba65cea505aa2ea829f578e1506ed8 --output-dir test-dashboardAnd then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
|
Finished benchmarking commit (923c95c): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis perf run didn't have relevant results for this metric. Max RSS (memory usage)Results (primary -2.6%, secondary 3.3%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesThis perf run didn't have relevant results for this metric. Binary sizeThis perf run didn't have relevant results for this metric. Bootstrap: 496.571s -> 497.899s (0.27%) |
9 commits in 7941be6fb416b4cd9666aef7b858dfea25587a8c..495c385d0875c4ba51eb72ea0448a2d4c018b8d4
2026-09-11 20:47:37 +0000 to 2026-09-16 12:48:58 +0000
build.warnings='deny'(Report the number of errors withbuild.warnings='deny'cargo#17479)manual_readmeandnon_kebab_case_binstoallow(Lower the lint level ofmanual_readmeandnon_kebab_case_binstoallowcargo#17478)feature-documentationin manifests (feat(manifest): supportfeature-documentationin manifests cargo#17447)--editioninmessagestests (Specify--editioninmessagestests cargo#17470)r? Urgau
for the debugger script part
🤖 LLM disclosure: I probably should have tested this change manually, though I let LLM verify it working, sorry. Will do a manual test when I have time or if somebody beats me on that.