aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/lexer/err/0003_unclosed_char_with_ascii_escape.txt
blob: 0ee22912d14845c616fb9096436da3c91201fe73 (plain)
1
2
CHAR 5 "\'\\x7f"
> error[0; 5) token("\'\\x7f") msg(Missing trailing `'` symbol to terminate the character literal)