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_mir_build/messages.ftl
+1-1
Original file line number
Diff line number
Diff line change
@@ -265,7 +265,7 @@ mir_build_pointer_pattern = function pointers and raw pointers not derived from
265
265
266
266
mir_build_privately_uninhabited = pattern `{$witness_1}` is currently uninhabited, but this variant contains private fields which may become inhabited in the future
267
267
268
-
mir_build_recursive_default_impl = ..default() in the Default impl does not apply a default for each struct field
268
+
mir_build_recursive_default_impl = calling ..Default::default() in a Default implementation leads to infinite recursion, and does not initialize the fields of a struct or enum
269
269
270
270
mir_build_rust_2024_incompatible_pat = patterns are not allowed to reset the default binding mode in edition 2024
0 commit comments