chore: Update annotate-snippets to 0.12.15#154914
chore: Update annotate-snippets to 0.12.15#154914rust-bors[bot] merged 1 commit intorust-lang:mainfrom
Conversation
|
These commits modify the If this was unintentional then you should revert the changes before this PR is merged. |
|
r? @davidtwco rustbot has assigned @davidtwco. Use Why was this reviewer chosen?The reviewer was selected based on:
|
There was a problem hiding this comment.
Thanks!
Marking this as rollup=never because I expect that some diagnostic ICEs might get fixed by this bump (for easier bisection).
r? me @bors r+ rollup=never
There was a problem hiding this comment.
Reproducing annotate-snippet's changelog:
[0.12.15] - 2026-04-06
Fixed
- Source highlighting no longer misaligns when source contains zero-width or multi-width characters #400
[0.12.14] - 2026-04-04
Fixed
- Don't trim middle of spans smaller than padding + margin
- Properly handle replacement length mismatches
- Account for "gutter" width when trimming middle of long spans
- Account for left trim when trimming middle of long spans
[0.12.13] - 2026-03-04
Fixed
[0.12.12] - 2026-02-18
Added
- Add
no_stdsupport #365
[0.12.11] - 2026-01-29
Fixed
- Fix Unicode highlight alignment in patches #357
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 c753cef (parent) -> e26dedc (this PR) Test differencesShow 2 test diffs2 doctest diffs were found. These are ignored, as they are noisy. Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard e26dedca9db45f1a397885b9a454701153f6d436 --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 (e26dedc): 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.5%, secondary 0.9%)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: 489.76s -> 488.355s (-0.29%) |
[I recently updated](rust-lang/rust#154914) the version of `annotate-snippts` that `rust` uses as the newer version contained a fix for a panic that a few `rust` users encountered. Given that was the case, I figured that it would be a good idea to update the version `cargo` uses as well, on the off chance that it could affect anyone here.
This PR updates
annotate-snippetsto0.12.15, which includes a fix for #154258, as well as a number of other fixes over0.12.10.fixes #154258