We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5bdbf8e + 571607f commit 9873771Copy full SHA for 9873771
src/librustc/diagnostics.rs
@@ -292,7 +292,7 @@ E0072: r##"
292
When defining a recursive struct or enum, any use of the type being defined
293
from inside the definition must occur behind a pointer (like `Box` or `&`).
294
This is because structs and enums must have a well-defined size, and without
295
-the pointer the size of the type would need to be unbounded.
+the pointer, the size of the type would need to be unbounded.
296
297
Consider the following erroneous definition of a type for a list of bytes:
298
0 commit comments