error: `s2` is a raw identifier, not a type — the backtick escape names a value, never a type --> examples/1139-diagnostics-backtick-raw-not-a-type.sx:10:10 | 10 | x : `s2 = 1; | ^^