mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 15:54:15 +00:00
50f192f86a
Add a suggestion and a note about orphan rules for `from_over_into` Adds a machine applicable suggestion to convert the `Into` impl into a `From` one to `from_over_into` Also adds a note explaining that `impl From<Local> for Foreign` is fine if the `Into` type is foreign Closes #7444 Addresses half of #9638 changelog: [`from_over_into`] Add a suggestion and a note about orphan rules |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |