Permit recursive weak type aliases
This commit is contained in:
parent
7659abc63d
commit
5d850e0f50
9 changed files with 104 additions and 22 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue