aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/lexer/err/0057_lifetime_strarts_with_a_number.txt
blob: 89b38bfacfa5b8c36ccf8c9376c340f8cc7b6bd1 (plain)
1
2
3
4
5
6
LIFETIME 2 "\'1"
WHITESPACE 1 "\n"
LIFETIME 10 "\'1lifetime"
WHITESPACE 1 "\n"
> error[0; 2) token("\'1") msg(Lifetime name cannot start with a number)
> error[3; 13) token("\'1lifetime") msg(Lifetime name cannot start with a number)