1
Fork 0

Point out if a local trait has no implementations

This commit is contained in:
Michael Goulet 2023-09-10 03:33:07 +00:00
parent 26f4b72724
commit 30e6cea0ae
63 changed files with 658 additions and 6 deletions

View file

@ -40,5 +40,7 @@ trait_selection_no_value_in_rustc_on_unimplemented = this attribute must have a
.label = expected value here
.note = eg `#[rustc_on_unimplemented(message="foo")]`
trait_selection_trait_has_no_impls = this trait has no implementations, consider adding one
trait_selection_ty_alias_overflow = in case this is a recursive type alias, consider using a struct, enum, or union instead
trait_selection_unable_to_construct_constant_value = unable to construct a constant value for the unevaluated constant {$unevaluated}