From 3062f9b02a4757fc2a39e50e62f4c65e6096130f Mon Sep 17 00:00:00 2001 From: Jonta <359397+Jonta@users.noreply.github.com> Date: Fri, 12 May 2023 12:05:43 +0200 Subject: [PATCH] Fix typo in langref - 768 -> 786 - The link seems to be correct - The link-text points to a seemingly unrelated issue --- doc/langref.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/langref.html.in b/doc/langref.html.in index f06c249ad3..b0b015bd50 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -5320,7 +5320,7 @@ test "fn reflection" {
The number of unique error values across the entire compilation should determine the size of the error set type. - However right now it is hard coded to be a {#syntax#}u16{#endsyntax#}. See #768. + However right now it is hard coded to be a {#syntax#}u16{#endsyntax#}. See #786.
You can {#link|coerce|Type Coercion#} an error from a subset to a superset: