diff options
| author | Ralf Jung <post@ralfj.de> | 2025-05-28 06:45:44 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-28 06:45:44 +0000 |
| commit | bb976bc43b339c650805478b0ed3b9faaf46b5ea (patch) | |
| tree | 6cef27f0dbb86b2f80a5d4a15549b113f9e30883 /compiler/rustc_parse/src/parser/mod.rs | |
| parent | 98485a89f83b3d5cb03a27eaed3c2c59fc5336cb (diff) | |
| parent | 15f0fb03bbe83245c0fc21775a152e59193fb059 (diff) | |
| download | rust-bb976bc43b339c650805478b0ed3b9faaf46b5ea.tar.gz rust-bb976bc43b339c650805478b0ed3b9faaf46b5ea.zip | |
Merge pull request #4353 from rust-lang/rustup-2025-05-28
Automatic Rustup
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; |
