Uh oh!
There was an error while loading. Please reload this page.
suggest | when , founds in invalid match value - #57008
Conversation
rust-highfive
commented
Dec 20, 2018
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @petrochenkov (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
| when , founds in invalid match arms| when , founds in invalid match valueoli-obk
commented
Dec 20, 2018
You need to update some tests and commit the changes. You can do this via and adjust the errors at the file:line locations mentioned in the errors until the command passes successfully |
The current behavior is intentional and has reasons, as it was mentioned in #54807. |
oli-obk
commented
Dec 21, 2018
As I mentioned in #54807 (comment), I believe it would be cool to suggest both |
Suggesting both would be ok, the change will need to be done in |
Krout0n
commented
Dec 26, 2018
Hi, thanks for reviewing! I need solid blocks of time to understand what you mean and implement. So just a moment pls :) |
XAMPPRocky
commented
Jan 11, 2019
Triage; @Knium Hello, have you been able to get back to this PR? |
Krout0n
commented
Jan 13, 2019
@Aaronepower Hi, thank you for reminding! Sorry, I'm busier than I thought... If this issue has hurry deadline or there is anyone who want to solve, I approve that someone takes my place. If no one else, I'm still eager to challenge this. |
TimNN
commented
Jan 22, 2019
Ping from triage @Knium:
Don't worry, there is no deadline :). We just like to check in on PRs ~regularly so that we don't have dozens of PRs open that are not being worked on. If you are interested, you can find more information here: https://forge.rust-lang.org/triage-procedure.html |
This comment has been minimized.
This comment has been minimized.
20d7976 to
2a1ee1fCompare
This comment has been minimized.
This comment has been minimized.
2a1ee1f to
1123a65CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
1123a65 to
f19935dComparef19935d to
62867b4Compareoli-obk
commented
Jan 30, 2019
@bors r+ rollup Thanks! |
bors
commented
Jan 30, 2019
📌 Commit 62867b4 has been approved by |
…eses-in-match-with-comma, r=oli-obk suggest `|` when `,` founds in invalid match value Issue rust-lang#54807 I get stuck on (what | how) I should implement...
…eses-in-match-with-comma, r=oli-obk suggest `|` when `,` founds in invalid match value Issue rust-lang#54807 I get stuck on (what | how) I should implement...
…eses-in-match-with-comma, r=oli-obk suggest `|` when `,` founds in invalid match value Issue rust-lang#54807 I get stuck on (what | how) I should implement...
…eses-in-match-with-comma, r=oli-obk suggest `|` when `,` founds in invalid match value Issue rust-lang#54807 I get stuck on (what | how) I should implement...
Rollup of 12 pull requests Successful merges: - #57008 (suggest `|` when `,` founds in invalid match value) - #57106 (Mark str::trim.* functions as #[must_use].) - #57920 (use `SOURCE_DATE_EPOCH` for man page time if set) - #57934 (Introduce into_raw_non_null on Rc and Arc) - #57971 (SGX target: improve panic & exit handling) - #57980 (Add the edition guide to the bookshelf) - #57984 (Improve bug message in check_ty) - #57999 (Add MOVBE x86 CPU feature) - #58000 (Fixes and cleanups) - #58005 (update docs for fix_start/end_matches) - #58007 (Don't panic when accessing enum variant ctor using `Self` in match) - #58008 (Pass correct arguments to places_conflict) Failed merges: r? @ghost
Closes#54807
I get stuck on (what | how) I should implement...