-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
Fix span note for question mark expression #149442
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
Fix span note for question mark expression #149442
Conversation
25479ea to
7a9e0df
Compare
|
@bors r+ |
…te-144304, r=estebank Fix span note for question mark expression Fixes rust-lang#144304 Seems it's better to fix the note instead of modifying the span to cover the whole expression. r? ``@estebank``
|
Failed in rollup: #149628 (comment) |
7a9e0df to
d0bd4df
Compare
|
@bors try jobs=armhf-gnu |
This comment has been minimized.
This comment has been minimized.
…r=<try> Fix span note for question mark expression try-job: armhf-gnu
|
@rustbot ready |
|
@bors r+ |
|
☀️ Test successful - checks-actions |
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 95a27ad (parent) -> 31010ca (this PR) Test differencesShow 5 test diffsStage 1
Stage 2
Additionally, 2 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 31010ca61c3ff019e1480dda0a7ef16bd2bd51c0 --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 (31010ca): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (primary -2.8%, secondary -0.6%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary -3.9%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 479.485s -> 479.038s (-0.09%) |
Fixes #144304
Seems it's better to fix the note instead of modifying the span to cover the whole expression.
r? @estebank