Given a `cargo +nightly clippy` on the following: ```rust #[derive(Copy, Clone)] struct Foo(bool); impl Into<(Foo, Foo)> for Foo { fn into(self) -> (Foo, Foo) { (self, self) } } fn main() {} ``` The current output is:  In line 6, `(val, val)` the second highlight is misaligned, it's highlighted at `(val, v~al)~` <!-- TRIAGEBOT_START --> <!-- TRIAGEBOT_ASSIGN_START --> <!-- TRIAGEBOT_ASSIGN_DATA_START$${"user":null}$$TRIAGEBOT_ASSIGN_DATA_END --> <!-- TRIAGEBOT_ASSIGN_END --> <!-- TRIAGEBOT_END -->