Uh oh!
There was an error while loading. Please reload this page.
Add checkup in tail function and return Option type - #24172
Add checkup in tail function and return Option type#24172GuillaumeGomez wants to merge 1 commit into
Conversation
rust-highfive
commented
Apr 7, 2015
(rust_highfive has picked a reviewer for you, use r? to override) |
lilyball
commented
Apr 8, 2015
This makes |
lilyball
commented
Apr 8, 2015
I'm working on a separate PR that implements my proposal, of replacing |
lilyball
commented
Apr 8, 2015
My PR has been submitted as #24184. |
nikomatsakis
commented
Apr 8, 2015
Hmm. @kballard's PR is a bit more ambitious, so they're not directly comparable; but at minimum I agree that having |
nikomatsakis
commented
Apr 8, 2015
bors
commented
Apr 22, 2015
☔ The latest upstream changes (presumably #24674) made this pull request unmergeable. Please resolve the merge conflicts. |
nikomatsakis
commented
Apr 27, 2015
I think I'm going to close this due to rust-lang/rfcs#1058 -- let's see how that pans out, but that approach in some form seems to be popular. |
nikomatsakis
commented
Apr 27, 2015
Thanks @GuillaumeGomez for the PR in any case! |
Fixes#24141.