error: 's64' is a reserved type name and cannot be used as an identifier --> examples/1123-diagnostics-reserved-name-catch-onfail.sx:20:5 | 20 | onfail s64 { } // onfail tag binding | ^^^^^^^^^^^^^^ error: 'u8' is a reserved type name and cannot be used as an identifier --> examples/1123-diagnostics-reserved-name-catch-onfail.sx:21:5 | 21 | must(n) catch u8 { return; }; // catch tag binding | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^