]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_ssa/src/lib.rs
Rollup merge of #103945 - H4x5:remove-iter-empty-hack, r=compiler-errors
[rust.git] / compiler / rustc_codegen_ssa / src / lib.rs
index def6390f6a36bcbd15d9610ceaa412eef883eeda..0e6596d4ba781bfd7a859a0329105f26a7a2ef60 100644 (file)
@@ -42,6 +42,7 @@
 
 pub mod back;
 pub mod base;
+pub mod codegen_attrs;
 pub mod common;
 pub mod coverageinfo;
 pub mod debuginfo;
@@ -180,6 +181,7 @@ pub fn provide(providers: &mut Providers) {
     crate::back::symbol_export::provide(providers);
     crate::base::provide(providers);
     crate::target_features::provide(providers);
+    crate::codegen_attrs::provide(providers);
 }
 
 pub fn provide_extern(providers: &mut ExternProviders) {