Uh oh!
There was an error while loading. Please reload this page.
add FromStr Impl for char - #42271
Conversation
3af38df to
13c89a9Comparealexcrichton
commented
May 30, 2017
alexcrichton
commented
May 30, 2017
Currently the way to work across crates is stability attributes, so this is ok. If we decide to land this though the |
Team member @alexcrichton has proposed to merge this. The next step is review by the rest of the tagged teams: No concerns currently listed. Once these reviewers reach consensus, this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up! See this document for info about what commands tagged team members can give me. |
BurntSushi
commented
May 30, 2017
If we stabilize the impl then we should also stabilize the error type? |
alexcrichton
commented
May 30, 2017
That's what I'm thinking, yeah. |
alexcrichton
commented
May 31, 2017
Changes look good to me, thanks @tinaun! |
rfcbot
commented
Jun 6, 2017
🔔 This is now entering its final comment period, as per the review above. 🔔 |
Mark-Simulacrum
commented
Jun 11, 2017
@alexcrichton I think this is good to go, but I'm not sure if I understand the rfcbot process on PRs 100% so not going to r=you myself. |
There was a problem hiding this comment.
To be conservative, could this remove Copy, PartialEq, and Eq?
alexcrichton
commented
Jun 13, 2017
Ah no worries @Mark-Simulacrum. @tinaun I added one minor comment about the error type but otherwise this should be good to go. |
alexcrichton
commented
Jun 13, 2017
@tinaun oh it's ok to leave |
tinaun
commented
Jun 14, 2017
whoops, totally thought i removed copy |
alexcrichton
commented
Jun 14, 2017
Ah it looks like some of the tests are failing with the removal of |
rfcbot
commented
Jun 16, 2017
The final comment period is now complete. |
tinaun
commented
Jun 20, 2017
fixed; squashed. |
alexcrichton
commented
Jun 20, 2017
@bors: r+ Thanks! |
bors
commented
Jun 20, 2017
📌 Commit fd9d7aa has been approved by |
Mark-Simulacrum
commented
Jun 20, 2017
@bors rollup |
add `FromStr` Impl for `char` fixesrust-lang#24939. is it possible to use pub(restricted) instead of using a stability attribute for the internal error representation? is it needed at all?
fixes#24939.
is it possible to use pub(restricted) instead of using a stability attribute for the internal error representation? is it needed at all?