Skip to content

Commit

Permalink
Auto merge of rust-lang#115441 - catandcoder:master, r=workingjubilee
Browse files Browse the repository at this point in the history
fix the repetitive word
  • Loading branch information
bors committed Sep 3, 2023
2 parents 3ec4b3b + 42e5507 commit 33e796b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_trait_selection/src/solve/eval_ctxt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ impl<'a, 'tcx> EvalCtxt<'a, 'tcx> {

/// Iterate over all added goals: returning `Ok(Some(_))` in case we can stop rerunning.
///
/// Goals for the next step get directly added the the nested goals of the `EvalCtxt`.
/// Goals for the next step get directly added to the nested goals of the `EvalCtxt`.
fn evaluate_added_goals_step(&mut self) -> Result<Option<Certainty>, NoSolution> {
let tcx = self.tcx();
let mut goals = core::mem::replace(&mut self.nested_goals, NestedGoals::new());
Expand Down

0 comments on commit 33e796b

Please sign in to comment.