Skip to content

Commit

Permalink
Unrolled build for rust-lang#123514
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#123514 - WaffleLapkin:stpe, r=compiler-errors

Fix typo in `compiler/rustc_middle/src/traits/solve/inspect.rs`

r? lcnr
(typo from rust-lang#123363)
`@bors` rollup=always
  • Loading branch information
rust-timer authored Apr 6, 2024
2 parents 9d79cd5 + 8b9b024 commit 03b1614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_middle/src/traits/solve/inspect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ pub enum ProbeStep<'tcx> {
pub enum ProbeKind<'tcx> {
/// The root inference context while proving a goal.
Root { result: QueryResult<'tcx> },
/// Trying to normalize an alias by at least one stpe in `NormalizesTo`.
/// Trying to normalize an alias by at least one step in `NormalizesTo`.
TryNormalizeNonRigid { result: QueryResult<'tcx> },
/// Probe entered when normalizing the self ty during candidate assembly
NormalizedSelfTyAssembly,
Expand Down

0 comments on commit 03b1614

Please sign in to comment.