rust/compiler/rustc_expand/src
carbotaniuman 49db8a5a99 Add toggle for parse_meta_item unsafe parsing
This makes it possible for the `unsafe(...)` syntax to only be
valid at the top level, and the `NestedMetaItem`s will automatically
reject `unsafe(...)`.
2024-07-30 18:28:43 -05:00
..
mbe Reformat use declarations. 2024-07-29 08:26:52 +10:00
base.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
build.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
config.rs Add toggle for parse_meta_item unsafe parsing 2024-07-30 18:28:43 -05: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_server.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