We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1921968 commit 8b9b024Copy full SHA for 8b9b024
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