aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/lexer/err/0057_lifetime_starts_with_a_number.txt
blob: b746404d226800be3cfbc18e3867350805c00218 (plain)
1
2
3
4
5
6
LIFETIME_IDENT 2 "'1"
WHITESPACE 1 "\n"
LIFETIME_IDENT 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)