]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_builtin_macros/src/lib.rs
Auto merge of #103298 - ferrocene:pa-compile-flags-last, r=jyn514
[rust.git] / compiler / rustc_builtin_macros / src / lib.rs
index c7ea7de8f4ead2f5d013192f79aea6010fa4898f..bde0102186a478165cdadbc0ab5f5904ec2543b9 100644 (file)
@@ -25,6 +25,7 @@
 use rustc_expand::proc_macro::BangProcMacro;
 use rustc_span::symbol::sym;
 
+mod alloc_error_handler;
 mod assert;
 mod cfg;
 mod cfg_accessible;
@@ -94,6 +95,7 @@ pub fn register_builtin_macros(resolver: &mut dyn ResolverExpand) {
     }
 
     register_attr! {
+        alloc_error_handler: alloc_error_handler::expand,
         bench: test::expand_bench,
         cfg_accessible: cfg_accessible::Expander,
         cfg_eval: cfg_eval::expand,