]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_mir_dataflow/src/lib.rs
Rollup merge of #105142 - nbdd0121:inline_const, r=petrochenkov
[rust.git] / compiler / rustc_mir_dataflow / src / lib.rs
index b471d04fd606f815bea91545683a9dedfad501ee..7f40cfca32fff3ccfb456134b80be301832d9a4b 100644 (file)
@@ -41,6 +41,7 @@
 pub mod rustc_peek;
 pub mod storage;
 pub mod un_derefer;
+pub mod value_analysis;
 
 pub(crate) mod indexes {
     pub(crate) use super::move_paths::MovePathIndex;