rust/compiler/rustc_expand
Chris Denton edc97a0df2
Fix verbatim paths used with include!
When using `concat!` to join paths, the Unix path separator (`/`) is often used. This breaks on Windows if the base path is a verbatim path (i.e. starts with `\\?\`).
2024-07-31 12:44:47 +00:00
..
src Fix verbatim paths used with include! 2024-07-31 12:44:47 +00:00
Cargo.toml Move some tests from rustc_expand to rustc_parse. 2024-05-06 09:06:02 +10:00
messages.ftl Make missing_fragment_specifier an error in edition 2024 2024-07-27 05:33:24 -04:00