| ... | @@ -10139,7 +10139,7 @@ pub fn main() void { | ... | @@ -10139,7 +10139,7 @@ pub fn main() void { |
| 10139 | | 10139 | |
| 10140 | {#header_open|Invalid Error Set Cast#} | 10140 | {#header_open|Invalid Error Set Cast#} |
| 10141 | <p>At compile-time:</p> | 10141 | <p>At compile-time:</p> |
| 10142 | {#code_begin|test_err|test_comptime_invalid_error_set_cast|'error.B' not a member of error set 'error{C,A}'#} | 10142 | {#code_begin|test_err|test_comptime_invalid_error_set_cast|'error.B' not a member of error set 'error{A,C}'#} |
| 10143 | const Set1 = error{ | 10143 | const Set1 = error{ |
| 10144 | A, | 10144 | A, |
| 10145 | B, | 10145 | B, |