Skip to content

Commit 2f924b0

Browse files
committed
sorry erica
1 parent 430dab0 commit 2f924b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_trait_selection/src/solve/project_goals.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ impl<'tcx> assembly::GoalKind<'tcx> for ProjectionPredicate<'tcx> {
428428
}
429429

430430
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.
431+
// FIXME(ptr_metadata): It would also be possible to return a `Ok(Ambig)` with no constraints.
432432
let sized_predicate = ty::Binder::dummy(tcx.at(DUMMY_SP).mk_trait_ref(
433433
LangItem::Sized,
434434
[ty::GenericArg::from(goal.predicate.self_ty())],

0 commit comments

Comments
 (0)