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:
parent
664733efd5
commit
47582471c6
3 changed files with 11 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue