We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a38225 + 8b9b024 commit b3b7f27Copy full SHA for b3b7f27
compiler/rustc_middle/src/traits/solve/inspect.rs
@@ -130,7 +130,7 @@ pub enum ProbeStep<'tcx> {
130
pub enum ProbeKind<'tcx> {
131
/// The root inference context while proving a goal.
132
Root { result: QueryResult<'tcx> },
133
- /// Trying to normalize an alias by at least one stpe in `NormalizesTo`.
+ /// Trying to normalize an alias by at least one step in `NormalizesTo`.
134
TryNormalizeNonRigid { result: QueryResult<'tcx> },
135
/// Probe entered when normalizing the self ty during candidate assembly
136
NormalizedSelfTyAssembly,
0 commit comments