diff options
| author | The Miri Cronjob Bot <miri@cron.bot> | 2025-05-28 05:00:57 +0000 |
|---|---|---|
| committer | The Miri Cronjob Bot <miri@cron.bot> | 2025-05-28 05:00:57 +0000 |
| commit | 15f0fb03bbe83245c0fc21775a152e59193fb059 (patch) | |
| tree | d03e91ea1b65f9e35d10554b8acf7e8c8cdd929e /compiler/rustc_parse/src/parser/mod.rs | |
| parent | 9d9206c398c22c5408a737365fb4eda017d7e215 (diff) | |
| parent | cd4f199db24c5f2f65c752555a39256f3955f68b (diff) | |
| download | rust-15f0fb03bbe83245c0fc21775a152e59193fb059.tar.gz rust-15f0fb03bbe83245c0fc21775a152e59193fb059.zip | |
Merge from rustc
Diffstat (limited to 'compiler/rustc_parse/src/parser/mod.rs')
| -rw-r--r-- | compiler/rustc_parse/src/parser/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_parse/src/parser/mod.rs b/compiler/rustc_parse/src/parser/mod.rs index 968376678f3..b2e90251367 100644 --- a/compiler/rustc_parse/src/parser/mod.rs +++ b/compiler/rustc_parse/src/parser/mod.rs @@ -1,3 +1,4 @@ +pub mod asm; pub mod attr; mod attr_wrapper; mod diagnostics; |
