clippy::from_over_into
produces incorrect suggested code for unit type
#12138
Labels
C-bug
Category: Clippy is not doing the correct thing
I-suggestion-causes-error
Issue: The suggestions provided by this Lint cause an ICE/error when applied
Summary
Triggers
clippy::from_over_into
but the suggested fix is syntactically invalid.Reproducer
I tried this code:
I expected to see this happen -- perhaps:
Instead, this happened:
Note the last line:
fn from(val: Hello)Self {
is not valid rust syntax.Version
Additional Labels
@rustbot label +I-suggestion-causes-error
The text was updated successfully, but these errors were encountered: