Uh oh!
There was an error while loading. Please reload this page.
Fix wrong span for hightlight for duplicated diff lines - #147354
Merged
bors merged 1 commit intoOct 7, 2025
Conversation
rustbot
commented
Oct 4, 2025
Collaborator
cc @Muscraft |
chenyukang
commented
Oct 4, 2025
MemberAuthor
chenyukang
commented
Oct 4, 2025
MemberAuthor
xizheyin
approved these changes
Oct 6, 2025
Uh oh!
There was an error while loading. Please reload this page.
estebank
approved these changes
Oct 7, 2025
Uh oh!
There was an error while loading. Please reload this page.
estebank
commented
Oct 7, 2025
Contributor
r=me after addressing comments |
chenyukangforce-pushed
the
yukang-fix-147070-wrong-highlight-span
branch
4 times, most recently
from
October 7, 2025 02:43
83a0258 to
4fcd3c0Comparechenyukangforce-pushed
the
yukang-fix-147070-wrong-highlight-span
branch
from
October 7, 2025 02:46
4fcd3c0 to
231c395Comparechenyukang
commented
Oct 7, 2025
MemberAuthor
@bors r=estebank |
bors
commented
Oct 7, 2025
Collaborator
bors added a commit
that referenced
this pull request
Oct 7, 2025
Rollup of 7 pull requests Successful merges: - #145495 (Use declarative macro for `#[derive(TryFromU32)]`) - #147165 (test: Subtract code_offset from width for ui_testing) - #147354 (Fix wrong span for hightlight for duplicated diff lines) - #147395 (Improve diagnostics: update note and add help message) - #147396 (Fluent tidy improvements) - #147407 (Update books) - #147413 (don't panic on extern with just multiple quotes in the name) r? `@ghost` `@rustbot` modify labels: rollup
Uh oh!
There was an error while loading. Please reload this page.
rust-timer added a commit
that referenced
this pull request
Oct 7, 2025
Rollup merge of #147354 - chenyukang:yukang-fix-147070-wrong-highlight-span, r=estebank Fix wrong span for hightlight for duplicated diff lines Fixes#147070 From comments: #147070 (comment) The lightlight row for diff must at least 2. r? `@estebank`
matthiaskrgr added a commit
to matthiaskrgr/rust
that referenced
this pull request
Oct 7, 2025
…fmease Print tip for human error format in runtest When working on rust-lang#147354, spent some time to figure out that there is `//~ ERROR` left on test file, this PR will give a better error message for this scenario.
github-actionsBot
pushed a commit
to rust-lang/miri
that referenced
this pull request
Oct 8, 2025
Rollup of 7 pull requests Successful merges: - rust-lang/rust#145495 (Use declarative macro for `#[derive(TryFromU32)]`) - rust-lang/rust#147165 (test: Subtract code_offset from width for ui_testing) - rust-lang/rust#147354 (Fix wrong span for hightlight for duplicated diff lines) - rust-lang/rust#147395 (Improve diagnostics: update note and add help message) - rust-lang/rust#147396 (Fluent tidy improvements) - rust-lang/rust#147407 (Update books) - rust-lang/rust#147413 (don't panic on extern with just multiple quotes in the name) r? `@ghost` `@rustbot` modify labels: rollup
flip1995 pushed a commit
to flip1995/rust-clippy
that referenced
this pull request
Oct 18, 2025
Rollup of 7 pull requests Successful merges: - rust-lang/rust#145495 (Use declarative macro for `#[derive(TryFromU32)]`) - rust-lang/rust#147165 (test: Subtract code_offset from width for ui_testing) - rust-lang/rust#147354 (Fix wrong span for hightlight for duplicated diff lines) - rust-lang/rust#147395 (Improve diagnostics: update note and add help message) - rust-lang/rust#147396 (Fluent tidy improvements) - rust-lang/rust#147407 (Update books) - rust-lang/rust#147413 (don't panic on extern with just multiple quotes in the name) r? `@ghost` `@rustbot` modify labels: rollup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Fixes#147070
From comments: #147070 (comment)
The lightlight row for diff must at least 2.
r? @estebank