]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_traits/src/implied_outlives_bounds.rs
Auto merge of #92268 - jswrenn:transmute, r=oli-obk
[rust.git] / compiler / rustc_traits / src / implied_outlives_bounds.rs
index c7cac8fca899bf23441fa56ad6c469074a3abb79..4d4d55de5f45791f9bb3e864aa63f513c4e936f4 100644 (file)
@@ -47,7 +47,7 @@ fn compute_implied_outlives_bounds<'tcx>(
     // process it next. Because the resulting predicates aren't always
     // guaranteed to be a subset of the original type, so we need to store the
     // WF args we've computed in a set.
-    let mut checked_wf_args = rustc_data_structures::stable_set::FxHashSet::default();
+    let mut checked_wf_args = rustc_data_structures::fx::FxHashSet::default();
     let mut wf_args = vec![ty.into()];
 
     let mut implied_bounds = vec![];