Skip to content

Commit b3b7f27

Browse files
Rollup merge of #123514 - WaffleLapkin:stpe, r=compiler-errors
Fix typo in `compiler/rustc_middle/src/traits/solve/inspect.rs` r? lcnr (typo from #123363) `@bors` rollup=always
2 parents 7a38225 + 8b9b024 commit b3b7f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_middle/src/traits/solve/inspect.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ pub enum ProbeStep<'tcx> {
130130
pub enum ProbeKind<'tcx> {
131131
/// The root inference context while proving a goal.
132132
Root { result: QueryResult<'tcx> },
133-
/// Trying to normalize an alias by at least one stpe in `NormalizesTo`.
133+
/// Trying to normalize an alias by at least one step in `NormalizesTo`.
134134
TryNormalizeNonRigid { result: QueryResult<'tcx> },
135135
/// Probe entered when normalizing the self ty during candidate assembly
136136
NormalizedSelfTyAssembly,

0 commit comments

Comments
 (0)