in which .. is suggested for erroneous ... in struct field patterns#46763
Conversation
|
@bors r+ |
|
📌 Commit d40197c has been approved by |
|
@zackmdavis @estebank This PR is a very typical diagnostic PR adding an ad hoc custom error for a single token in a single context ignoring the larger picture. It would be more useful to fix this generically, e.g. to add something like Even without generic approach, fixing all contexts (including symmetry) for a specific pair of tokens (like |
…_pattern_ellipsis, r=petrochenkov in which `..` is suggested for erroneous `...` in struct field patterns Resolves #46718. Supersedes #46721. r? @petrochenkov
|
☀️ Test successful - status-appveyor, status-travis |
Resolves #46718. Supersedes #46721.
r? @petrochenkov