1
Fork 0

Move PointIndex to mir_dataflow.

This commit is contained in:
Camille GILLOT 2023-12-03 13:09:51 +00:00
parent 75c68cfd2b
commit c4b1054525
9 changed files with 127 additions and 114 deletions

View file

@ -34,6 +34,7 @@ mod errors;
mod framework;
pub mod impls;
pub mod move_paths;
pub mod points;
pub mod rustc_peek;
pub mod storage;
pub mod un_derefer;