You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compiler/rustc_hir_analysis/messages.ftl
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -276,13 +276,13 @@ hir_analysis_transparent_enum_variant = transparent enum needs exactly one varia
276
276
.many_label = too many variants in `{$path}`
277
277
.multi_label = variant here
278
278
279
-
hir_analysis_transparent_non_zero_sized = transparent {$desc} needs at most one non-zero-sized field, but has {$field_count}
280
-
.label = needs at most one non-zero-sized field, but has {$field_count}
281
-
.labels = this field is non-zero-sized
279
+
hir_analysis_transparent_non_zero_sized = transparent {$desc} needs at most one field with non-trivial size or alignment, but has {$field_count}
280
+
.label = needs at most one field with non-trivial size or alignment, but has {$field_count}
281
+
.labels = this field has non-zero size or requires alignment
282
282
283
-
hir_analysis_transparent_non_zero_sized_enum = the variant of a transparent {$desc} needs at most one non-zero-sized field, but has {$field_count}
284
-
.label = needs at most one non-zero-sized field, but has {$field_count}
285
-
.labels = this field is non-zero-sized
283
+
hir_analysis_transparent_non_zero_sized_enum = the variant of a transparent {$desc} needs at most one field with non-trivial size or alignment, but has {$field_count}
284
+
.label = needs at most one field with non-trivial size or alignment, but has {$field_count}
285
+
.labels = this field has non-zero size or requires alignment
0 commit comments