aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/lexer/err/0004_unclosed_char_with_unicode_escape.txt
blob: 96fac42ce79a29783b4e599f419a43a3d8417afb (plain)
1
2
CHAR 9 "\'\\u{20AA}"
> error[0; 9) token("\'\\u{20AA}") msg(Missing trailing `'` symbol to terminate the character literal)