fix typo
This commit is contained in:
parent
edadb54f6f
commit
933d45fe8f
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ where
|
||||||
//
|
//
|
||||||
// FIXME(-Znext-solver=coinductive): I think this should be split
|
// FIXME(-Znext-solver=coinductive): I think this should be split
|
||||||
// and we tag the impl bounds with `GoalSource::ImplWhereBound`?
|
// and we tag the impl bounds with `GoalSource::ImplWhereBound`?
|
||||||
// Right not this includes both the impl and the assoc item where bounds,
|
// Right now this includes both the impl and the assoc item where bounds,
|
||||||
// and I don't think the assoc item where-bounds are allowed to be coinductive.
|
// and I don't think the assoc item where-bounds are allowed to be coinductive.
|
||||||
self.add_goals(
|
self.add_goals(
|
||||||
GoalSource::Misc,
|
GoalSource::Misc,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue