Consider whether ?
should switch from From::from
to Into::into
for Rust 2018
#49531
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
WG-epoch
Working group: Epoch (2018) management
Using
into
instead allows for more conversions to be defined, since it has different coherence rules, which all else being equal would be good. But because of that, there are (per the IRLO thread) some uses that are inferable today withfrom
but notinto
.The text was updated successfully, but these errors were encountered: