1
Fork 0

typeck: port "no resolve overridden impl substs"

Port "could not resolve substs on overridden impl" diagnostic to use the
diagnostic derive.

Signed-off-by: David Wood <david.wood@huawei.com>
This commit is contained in:
David Wood 2022-05-07 08:14:48 +01:00
parent 664733efd5
commit 47582471c6
3 changed files with 11 additions and 1 deletions

View file

@ -127,3 +127,5 @@ typeck-manual-implementation =
manual implementations of `{$trait_name}` are experimental
.label = manual implementations of `{$trait_name}` are experimental
.help = add `#![feature(unboxed_closures)]` to the crate attributes to enable
typeck-substs-on-overridden-impl = could not resolve substs on overridden impl