aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/lexer/err/0057_lifetime_strarts_with_a_number.txt
blob: e138bcebcdc5609fb085fa157e07ff9f0f347b2c (plain)
1
2
3
4
5
6
LIFETIME 2 "\'1"
WHITESPACE 1 "\n"
LIFETIME 10 "\'1lifetime"
WHITESPACE 1 "\n"
> error0..2 token("\'1") msg(Lifetime name cannot start with a number)
> error3..13 token("\'1lifetime") msg(Lifetime name cannot start with a number)