diff options
| author | lcnr <rust@lcnr.de> | 2025-02-10 16:14:52 +0100 |
|---|---|---|
| committer | lcnr <rust@lcnr.de> | 2025-02-28 12:16:47 +0100 |
| commit | 933d45fe8f29904f315161b9c42b96a72e3eefb4 (patch) | |
| tree | 9eae89a4d5ba36a4a552c36e0ddacbaac97490cd | |
| parent | edadb54f6f731727383569045e91b908a0ea854d (diff) | |
| download | rust-933d45fe8f29904f315161b9c42b96a72e3eefb4.tar.gz rust-933d45fe8f29904f315161b9c42b96a72e3eefb4.zip | |
fix typo
| -rw-r--r-- | compiler/rustc_next_trait_solver/src/solve/normalizes_to/inherent.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_next_trait_solver/src/solve/normalizes_to/inherent.rs b/compiler/rustc_next_trait_solver/src/solve/normalizes_to/inherent.rs index 25e8708a332..1d1ff09ee41 100644 --- a/compiler/rustc_next_trait_solver/src/solve/normalizes_to/inherent.rs +++ b/compiler/rustc_next_trait_solver/src/solve/normalizes_to/inherent.rs @@ -39,7 +39,7 @@ where // // FIXME(-Znext-solver=coinductive): I think this should be split // 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. self.add_goals( GoalSource::Misc, |
