]> git.lizzy.rs Git - rust.git/commitdiff
Add version mismatch help message for unimplemented trait
authorTimo Freiberg <timo.freiberg@gmail.com>
Sun, 3 Nov 2019 22:06:48 +0000 (23:06 +0100)
committerTimo Freiberg <timo.freiberg@gmail.com>
Sun, 24 Nov 2019 14:17:16 +0000 (15:17 +0100)
Issue #22750
The error reporting for E0277 (the trait `X` is not implemented for `Foo`)
now checks whether `Foo` implements a trait with the same path as `X`,
which probably means that the programmer wanted to actually use only one
version of the trait `X` instead of the two.


No differences found