Uh oh!
There was an error while loading. Please reload this page.
rustc_parse_format: Fix character indices in find_skips - #81071
Conversation
rust-highfive
commented
Jan 16, 2021
r? @estebank (rust-highfive has picked a reviewer for you, use r? to override) |
osa1
commented
Jan 16, 2021
I have two different regression tests that fail in different ways without this patch. I'll add those once I figure out how to make them pass with the specified error message. |
osa1
commented
Jan 16, 2021
I added two tests, both fail with errors like: Any ideas why? These are expect-fail tests and the stderr files match the actual error messages. |
Uh oh!
There was an error while loading. Please reload this page.
osa1
commented
Jan 16, 2021
All fixed, this should be good to go |
This comment has been minimized.
This comment has been minimized.
estebank
commented
Jan 16, 2021
Great work @osa1! Could you squash your commits into a single one? After that ping me here and I'll merge it ASAP :) |
@estebank ah, sorry, I thought CI squashes commits automatically. Just did it myself. Thanks! |
estebank
commented
Jan 16, 2021
For t-compiler: Nominating for beta backport to minimize time where the error is user visible. The change is small, seems quite safe and the current ICE precludes an actual usable error, leaving users that hit this to their own devices. |
estebank
commented
Jan 16, 2021
Thanks for the quick turnaround! @bors r+ rollup |
bors
commented
Jan 16, 2021
📌 Commit 28501c0 has been approved by |
rustc_parse_format: Fix character indices in find_skips Fixesrust-lang#81006
rustc_parse_format: Fix character indices in find_skips Fixesrust-lang#81006
This failed in a rollup (#81111 (comment)), as That doesn't mean that this PR is to blame, as the blame is shared with a few thousand other files. But we can't merge it like this. :( See #73494 and #80942 (comment). @bors r- |
osa1
commented
Jan 17, 2021
Moved the test to |
m-ou-se
commented
Jan 17, 2021
@bors r=estebank |
bors
commented
Jan 17, 2021
📌 Commit 9111e9d has been approved by |
Rollup of 12 pull requests Successful merges: - rust-lang#81038 (Update Clippy) - rust-lang#81071 (rustc_parse_format: Fix character indices in find_skips) - rust-lang#81100 (prevent potential bug in `encode_with_shorthand`.) - rust-lang#81105 (Initialize a few variables directly) - rust-lang#81116 (ConstProp: Copy body span instead of querying it) - rust-lang#81121 (Avoid logging the whole MIR body in SimplifyCfg) - rust-lang#81123 (Update cmp.rs) - rust-lang#81125 (Add track_caller to .steal()) - rust-lang#81128 (validation test: turn some const_err back into validation failures) - rust-lang#81131 (Edit rustc_middle::ty::cast docs) - rust-lang#81142 (Replace let Some(..) = with .is_some()) - rust-lang#81153 (Remove unused linkcheck exceptions) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fixes#81006