1
Fork 0

Permit recursive weak type aliases

This commit is contained in:
Oli Scherer 2023-06-30 13:54:15 +00:00
parent 7659abc63d
commit 5d850e0f50
9 changed files with 104 additions and 22 deletions

View file

@ -40,4 +40,5 @@ 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_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}