Skip to content

Commit 933d45f

Browse files
committed
fix typo
1 parent edadb54 commit 933d45f

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_next_trait_solver/src/solve/normalizes_to

1 file changed

+1
-1
lines changed

compiler/rustc_next_trait_solver/src/solve/normalizes_to/inherent.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ where
3939
//
4040
// FIXME(-Znext-solver=coinductive): I think this should be split
4141
// and we tag the impl bounds with `GoalSource::ImplWhereBound`?
42-
// Right not this includes both the impl and the assoc item where bounds,
42+
// Right now this includes both the impl and the assoc item where bounds,
4343
// and I don't think the assoc item where-bounds are allowed to be coinductive.
4444
self.add_goals(
4545
GoalSource::Misc,

0 commit comments

Comments
 (0)