rust-analyzer/crates/parser
Nicholas Nethercote 81aa2d2b10 Remove TokenKind::InvalidPrefix.
It was added in #123752 to handle some cases involving emoji, but it
isn't necessary because it's always treated the same as
`TokenKind::InvalidIdent`. This commit removes it, which makes things a
little simpler.
2024-11-19 18:06:22 +11:00
..
src Remove TokenKind::InvalidPrefix. 2024-11-19 18:06:22 +11:00
test_data Parse patterns with leading pipe properly in all places 2024-10-31 15:32:37 +02:00
Cargo.toml Replace [package.repository] = "…" of published crates with [package.repository.workspace] = true 2024-08-06 00:26:42 +02:00