We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Assertion in the following code is accepted, which breaks the behaviour I was relying on.
fn main() { assert_eq!("-".parse(), Ok(0)); }
This bug has been present already on 2014-11-21.
It's one-line fix, I'll try making a PR.
The text was updated successfully, but these errors were encountered:
Heh, that's kind of amusing.
Sorry, something went wrong.
"-"
Ok(0)
Rollup merge of rust-lang#22747 - krdln:fix-parsing-minus, r=alexcric…
ad73cb0
…hton Makes Rust less amusing by fixing [rust-lang#22745](rust-lang#22745)
948a17e
No branches or pull requests
Assertion in the following code is accepted, which breaks the behaviour I was relying on.
This bug has been present already on 2014-11-21.
It's one-line fix, I'll try making a PR.
The text was updated successfully, but these errors were encountered: