about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/solve
diff options
context:
space:
mode:
authorBoxy <supbscripter@gmail.com>2023-01-24 23:29:02 +0000
committerBoxy <supbscripter@gmail.com>2023-01-24 23:29:02 +0000
commit2f924b0e3cdebc341c88056af8fa0bacaed5acde (patch)
treed10585f8a08f4ad7633487366b975aa58929eadf /compiler/rustc_trait_selection/src/solve
parent430dab0b424abdf68d9071232a654874771570bc (diff)
downloadrust-2f924b0e3cdebc341c88056af8fa0bacaed5acde.tar.gz
rust-2f924b0e3cdebc341c88056af8fa0bacaed5acde.zip
sorry erica
Diffstat (limited to 'compiler/rustc_trait_selection/src/solve')
-rw-r--r--compiler/rustc_trait_selection/src/solve/project_goals.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_trait_selection/src/solve/project_goals.rs b/compiler/rustc_trait_selection/src/solve/project_goals.rs
index 914a1d6a66a..d33dfba6247 100644
--- a/compiler/rustc_trait_selection/src/solve/project_goals.rs
+++ b/compiler/rustc_trait_selection/src/solve/project_goals.rs
@@ -428,7 +428,7 @@ impl<'tcx> assembly::GoalKind<'tcx> for ProjectionPredicate<'tcx> {
                 }
 
                 ty::Infer(ty::TyVar(..)) | ty::Alias(_, _) | ty::Param(_) | ty::Placeholder(..) => {
-                    // 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.
                     let sized_predicate = ty::Binder::dummy(tcx.at(DUMMY_SP).mk_trait_ref(
                         LangItem::Sized,
                         [ty::GenericArg::from(goal.predicate.self_ty())],