Uh oh!
There was an error while loading. Please reload this page.
Add suggestions for misspelled labels - #45173
Conversation
rust-highfive
commented
Oct 10, 2017
r? @eddyb (rust_highfive has picked a reviewer for you, use r? to override) |
There was a problem hiding this comment.
Could you replace the default label with Levenshtein-based message instead to avoid multiple messages?
if some lev_candidate {
span_label("did you mean...")
} else {
span_label("undeclared label")
}
petrochenkov
commented
Oct 10, 2017
LGTM modulo #45173 (comment) |
Another part of #30197
petrochenkov
commented
Oct 10, 2017
@bors r+ |
bors
commented
Oct 10, 2017
📌 Commit 843dc60 has been approved by |
bors
commented
Oct 11, 2017
⌛ Testing commit 843dc60 with merge 2cedc4b58db20d3715cbfe40bed1d05b8de30c86... |
bors
commented
Oct 11, 2017
💔 Test failed - status-travis |
kennytm
commented
Oct 11, 2017
@bors retry
|
laumann
commented
Oct 11, 2017
Is there something I need to do here? |
kennytm
commented
Oct 11, 2017
@laumann Nope. There was an incident several hours ago causing the CI to reject every PR. Now that it is fixed, all approved PR are re-queued. Currently this is at the 19th place in the queue, so expect to wait about 2 days before this actually get tested. |
laumann
commented
Oct 11, 2017
@kennytm Oh, ok, thanks for the explanation :-) |
Mark-Simulacrum
commented
Oct 13, 2017
@bors rollup |
…r=petrochenkov Add suggestions for misspelled labels Another part of rust-lang#30197
Another part of #30197