rust/compiler/rustc_lexer
Nicholas Nethercote 2135bc1f10 Remove rustc_lexer::cursor module.
It contains the `Cursor` type and an `impl Cursor` block with a few
methods. But there is a larger `impl Cursor` block in the crate root.
The only other thing in the `cursor` module is the simple
`FrontmatterAllowed` type.

So this commit just moves everything in the `cursor` module (which isn't
much) into the crate root.
2026-01-27 12:06:55 +11:00
..
src Remove rustc_lexer::cursor module. 2026-01-27 12:06:55 +11:00
Cargo.toml parser/lexer: bump to Unicode 17, use faster unicode-ident 2025-12-27 11:20:24 +01:00