]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_expand/src/mbe.rs
Auto merge of #102318 - Amanieu:default_alloc_error_handler, r=oli-obk
[rust.git] / compiler / rustc_expand / src / mbe.rs
index 63bafd7b046fb173275548d333b098ddfd4ab06a..a43b2a001883a38d2cd0ff230b44c7831e7497b8 100644 (file)
@@ -3,6 +3,7 @@
 //! why we call this module `mbe`. For external documentation, prefer the
 //! official terminology: "declarative macros".
 
+pub(crate) mod diagnostics;
 pub(crate) mod macro_check;
 pub(crate) mod macro_parser;
 pub(crate) mod macro_rules;