We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8610ec6 commit 1bad277Copy full SHA for 1bad277
compiler/rustc_expand/src/lib.rs
@@ -18,6 +18,7 @@
18
extern crate proc_macro as pm;
19
20
mod build;
21
+mod derive_macro_expansion;
22
mod errors;
23
// FIXME(Nilstrieb) Translate macro_rules diagnostics
24
#[allow(rustc::untranslatable_diagnostic)]
@@ -28,7 +29,6 @@ mod proc_macro_server;
28
29
pub use mbe::macro_rules::compile_declarative_macro;
30
pub mod base;
31
pub mod config;
-mod derive_macro_expansion;
32
pub mod expand;
33
pub mod module;
34
// FIXME(Nilstrieb) Translate proc_macro diagnostics
0 commit comments