authorgravatar for emekankurumeh@outlook.comemekoi <emekankurumeh@outlook.com> 2020-04-11 01:01:37-05:00
committergravatar for emekankurumeh@outlook.comemekoi <emekankurumeh@outlook.com> 2020-04-11 01:01:37-05:00
log1a4f46ae7d185e14bc3ff76f078fc27cfff58e8f
tree3aa43cec00b6dfbfce93eadd50bb20e28c9db021
parenta6e288d5fe51d5373fa995b5eec2dd2325c1ea9f

add note about `@tagName` for non-exhaustive enums


1 files changed, 1 insertions(+), 1 deletions(-)

doc/langref.html.in+1-1
......@@ -8167,7 +8167,7 @@ test "vector @splat" {
81678167 {#header_open|@tagName#}
81688168 <pre>{#syntax#}@tagName(value: var) []const u8{#endsyntax#}</pre>
81698169 <p>
8170 Converts an enum value or union value to a slice of bytes representing the name.
8170 Converts an enum value or union value to a slice of bytes representing the name. Not valid for unamed fields in non-exhaustive enums.
81718171 </p>
81728172 {#header_close#}
81738173