rust-analyzer/crates/proc-macro-srv
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
..
proc-macro-test Enforce a current directory being set for spawned commands 2024-12-29 12:51:13 +01:00
src Make edition per-token, not per-file 2025-01-09 05:43:08 +02:00
build.rs Enforce a current directory being set for spawned commands 2024-12-29 12:51:13 +01:00
Cargo.toml Decouple proc-macro server protocol from the server implementation 2024-12-30 10:33:57 +01:00