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
Tracking issue for rust-lang/rfcs#100.
Nominating.
The text was updated successfully, but these errors were encountered:
First bug found! https://github.com/rust-lang/rust/blob/master/src/libcollections/vec.rs#L383
Sorry, something went wrong.
TreeMap as well: https://github.com/rust-lang/rust/blob/master/src/libcollections/treemap.rs#L73
1.0, P-backcompat-libs.
#15030
Auto merge of rust-lang#15152 - alibektas:14987, r=Veykril,lowr
aa91eda
assist : generate trait from impl fixes rust-lang#14987 . As the name suggests this assist is used to generate traits from inherent impls while adapting the original impl to fit to the newly generated trait. I made some decisions regarding when the assist should be applicable. These are surely open to discussion. I looking forward to any feedback. 
sfackler
No branches or pull requests
Tracking issue for rust-lang/rfcs#100.
Nominating.
The text was updated successfully, but these errors were encountered: