| ... | ... | @@ -2937,8 +2937,7 @@ or |
| 2937 | 2937 | </p> |
| 2938 | 2938 | {#header_open|The Global Error Set#} |
| 2939 | 2939 | <p>{#syntax#}anyerror{#endsyntax#} refers to the global error set. |
| 2940 | | This is the error set that contains all errors in the entire compilation unit. |
| 2941 | | It is a superset of all other error sets and a subset of none of them. |
| 2940 | This is the error set that contains all errors in the entire compilation unit, i.e. it is the union of all other error sets. |
| 2942 | 2941 | </p> |
| 2943 | 2942 | <p> |
| 2944 | 2943 | You can {#link|coerce|Type Coercion#} any error set to the global one, and you can explicitly |