We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 430dab0 commit 2f924b0Copy full SHA for 2f924b0
compiler/rustc_trait_selection/src/solve/project_goals.rs
@@ -428,7 +428,7 @@ impl<'tcx> assembly::GoalKind<'tcx> for ProjectionPredicate<'tcx> {
428
}
429
430
ty::Infer(ty::TyVar(..)) | ty::Alias(_, _) | ty::Param(_) | ty::Placeholder(..) => {
431
- // FIXME(erica_solver, ptr_metadata): It would also be possible to return a `Ok(Ambig)` with no constraints.
+ // FIXME(ptr_metadata): It would also be possible to return a `Ok(Ambig)` with no constraints.
432
let sized_predicate = ty::Binder::dummy(tcx.at(DUMMY_SP).mk_trait_ref(
433
LangItem::Sized,
434
[ty::GenericArg::from(goal.predicate.self_ty())],
0 commit comments