rust/compiler/rustc_parse
Nicholas Nethercote aa0e8e1475 Fix DebugParser.
It currently doesn't work at all. This commit changes it to a simpler
imperative style that produces a valid `tokens` vec.

(An aside: I find `Iterator::scan` to be a pretty wretched function,
that produces code which is very hard to understand. Probably why this
is just one of two uses of it in the entire compiler.)
2024-07-13 16:42:00 +10:00
..
src Fix DebugParser. 2024-07-13 16:42:00 +10:00
Cargo.toml Move some tests from rustc_expand to rustc_parse. 2024-05-06 09:06:02 +10:00
messages.ftl Add suggestions for possible missing fn, struct, or enum keywords 2024-07-08 10:04:03 +04:00