pub type RAVecResultMap<'tcx, T> = FxHashMap<DefId, Vec<HashMap<Place<'tcx>, Range<T>>>>;
pub struct RAVecResultMap<'tcx, T> { /* private fields */ }