diff --git a/doc/langref.html.in b/doc/langref.html.in index ef2b6b9710d9..d8ebec741837 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -6627,7 +6627,7 @@ test "peer type resolution: *const T and ?*T" {
These types can only ever have one possible value, and thus @@ -6650,6 +6650,9 @@ export fn entry() void { 15: c3 retq
These assembly instructions do not have any code associated with the void values - they only perform the function call prologue and epilogue.
+Using empty {#link|struct#}, empty {#link|enum#}, empty {#link|union#}, + and empty {#link|Error Set Type#} is problematic, and may be a compile error in the future. + For details on this subscribe to this issue. {#header_open|void#}