rust/compiler/rustc_expand/src
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
..
mbe Reformat use declarations. 2024-07-29 08:26:52 +10:00
base.rs Fix verbatim paths used with include! 2024-07-31 12:44:47 +00:00
build.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
config.rs Rollup merge of #128202 - compiler-errors:internal-lib-features, r=oli-obk 2024-07-29 17:46:43 +02:00
errors.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
expand.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
lib.rs Move some tests from rustc_expand to rustc_parse. 2024-05-06 09:06:02 +10:00
mbe.rs Add some comments. 2024-05-23 06:03:17 +10:00
module.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
placeholders.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
proc_macro.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
proc_macro_server.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00