fix import

This commit is contained in:
Alexander 2021-10-06 17:45:54 +02:00
parent 94e1413f60
commit d61f95fead

View file

@ -1,7 +1,7 @@
//! This pass eliminates casting of arrays into slices when their length
//! is taken using `.len()` method. Handy to preserve information in MIR for const prop
use crate::transform::MirPass;
use crate::MirPass;
use rustc_data_structures::fx::FxIndexMap;
use rustc_index::bit_set::BitSet;
use rustc_index::vec::IndexVec;