1
Fork 0

remove outdated FIXMEs

This commit is contained in:
lcnr 2024-10-11 10:40:36 +00:00
parent ce697f919d
commit 5fd7be97e9
6 changed files with 6 additions and 15 deletions

View file

@ -223,6 +223,8 @@ impl<'tcx> rustc_next_trait_solver::delegate::SolverDelegate for SolverDelegate<
if eligible { Ok(Some(node_item.item.def_id)) } else { Ok(None) }
}
// FIXME: This actually should destructure the `Result` we get from transmutability and
// register candidates. We probably need to register >1 since we may have an OR of ANDs.
fn is_transmutable(
&self,
param_env: ty::ParamEnv<'tcx>,