rust/compiler/rustc_errors
JayanAXHF 67c45b739a feat: added syntax highlighting for code blocks in rustc --explain
This commit adds a heuristics-based syntax highlighter for the `rustc
--explain` command. It uses `rsutc_lexer`'s lexer to parse input in
tokens, and matches on them to determine their color.
2026-01-19 17:44:24 +05:30
..
src feat: added syntax highlighting for code blocks in rustc --explain 2026-01-19 17:44:24 +05:30
Cargo.toml chore: Update annotate-snippets to 0.12.10 2025-12-01 18:12:35 -07:00
messages.ftl compiler: Parse p- specs in datalayout string, allow definition of custom default data address space 2025-07-07 09:04:53 +02:00