]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_type_ir/src/lib.rs
Rollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3
[rust.git] / compiler / rustc_type_ir / src / lib.rs
index 581993ba7d863eb2f22166a042764fae43e7d360..e3f7a1bd033cea39b7ed706a45ed49ce7e8474e6 100644 (file)
 
 pub mod codec;
 pub mod sty;
+pub mod ty_info;
 
 pub use codec::*;
 pub use sty::*;
+pub use ty_info::*;
 
 /// Needed so we can use #[derive(HashStable_Generic)]
 pub trait HashStableContext {}