rust-analyzer/crates/syntax-bridge/src
Chayim Refael Friedman 97afb7bfba Make edition per-token, not per-file
More correctly, *also* per-token. Because as it turns out, while the top-level edition affects parsing (I think), the per-token edition affects escaping of identifiers/keywords.
2025-01-09 05:43:08 +02:00
..
lib.rs Make edition per-token, not per-file 2025-01-09 05:43:08 +02:00
prettify_macro_expansion.rs Get rid of $crate in expansions shown to the user 2024-09-18 18:30:59 +03:00
tests.rs Store token trees in contiguous Vec instead of as a tree 2025-01-02 19:21:46 +02:00
to_parser_input.rs Make edition per-token, not per-file 2025-01-09 05:43:08 +02:00