We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems to me that returning a Result would be more appropriate than failing.
https://github.com/mozilla/rust/blob/incoming/src/libcore/str.rs#L50
The text was updated successfully, but these errors were encountered:
See discussion on #1945 -- the right thing to do here would be to use conditions, I think.
Sorry, something went wrong.
This should be pretty simple -- working on it.
Fixed pending #6920
std: Change str::from_bytes to raise a condition on invalid input
239b81f
As per rust-lang#4765
auto merge of #6920 : catamorphism/rust/issue-4765, r=bstrie
3fc0524
r? anybody As per #4765
3fc0524 fixes.
No branches or pull requests
It seems to me that returning a Result would be more appropriate than failing.
https://github.com/mozilla/rust/blob/incoming/src/libcore/str.rs#L50
The text was updated successfully, but these errors were encountered: