typeck: port "manual implementations"
Port the "manual implementations of `X` are experimental" diagnostic to use the diagnostic derive. Signed-off-by: David Wood <david.wood@huawei.com>
This commit is contained in:
parent
78cc331bd7
commit
664733efd5
3 changed files with 17 additions and 14 deletions
|
@ -122,3 +122,8 @@ typeck-missing-type-params =
|
|||
*[other] references
|
||||
} to {$parameters}
|
||||
.note = because of the default `Self` reference, type parameters must be specified on object types
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue