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
The type le, for example, is not defined in http://doc.rust-lang.org/doc/std/sort.html.
le
The text was updated successfully, but these errors were encountered:
Huh. That's a big oversight.
Sorry, something went wrong.
std::sort just wasn't exporting le. That's fixed, but probably sort shouldn't be defining le at all.
std::sort
sort
Auto merge of rust-lang#2167 - rust-lang:gesundheit, r=RalfJung
f7c1b5b
Check that diagnostics happen in the line that they are annotated for fixes rust-lang#2131
brson
No branches or pull requests
The type
le
, for example, is not defined in http://doc.rust-lang.org/doc/std/sort.html.The text was updated successfully, but these errors were encountered: