| ... | @@ -10176,7 +10176,7 @@ pub fn main() void { | ... | @@ -10176,7 +10176,7 @@ pub fn main() void { |
| 10176 | | 10176 | |
| 10177 | {#header_open|Invalid Error Set Cast#} | 10177 | {#header_open|Invalid Error Set Cast#} |
| 10178 | <p>At compile-time:</p> | 10178 | <p>At compile-time:</p> |
| 10179 | {#code_begin|test_err|test_comptime_invalid_error_set_cast|'error.B' not a member of error set 'error{A,C}'#} | 10179 | {#code_begin|test_err|test_comptime_invalid_error_set_cast|'error.B' not a member of error set 'error{C,A}'#} |
| 10180 | const Set1 = error{ | 10180 | const Set1 = error{ |
| 10181 | A, | 10181 | A, |
| 10182 | B, | 10182 | B, |