about summary refs log tree commit diff
diff options
context:
space:
mode:
authorlcnr <rust@lcnr.de>2025-02-10 16:14:52 +0100
committerlcnr <rust@lcnr.de>2025-02-28 12:16:47 +0100
commit933d45fe8f29904f315161b9c42b96a72e3eefb4 (patch)
tree9eae89a4d5ba36a4a552c36e0ddacbaac97490cd
parentedadb54f6f731727383569045e91b908a0ea854d (diff)
downloadrust-933d45fe8f29904f315161b9c42b96a72e3eefb4.tar.gz
rust-933d45fe8f29904f315161b9c42b96a72e3eefb4.zip
fix typo
-rw-r--r--compiler/rustc_next_trait_solver/src/solve/normalizes_to/inherent.rs2
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,