Skip to content

Commit cb17785

Browse files
authored
fix: small typo error in chalk/mod.rs
1 parent 0fbc0ce commit cb17785

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_traits/src/chalk

1 file changed

+1
-1
lines changed

compiler/rustc_traits/src/chalk/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ crate fn evaluate_goal<'tcx>(
9898
let mut solver = chalk_engine::solve::SLGSolver::new(32, None);
9999
let db = ChalkRustIrDatabase { interner, reempty_placeholder };
100100
let solution = solver.solve(&db, &lowered_goal);
101-
debug!(?obligation, ?solution, "evaluatate goal");
101+
debug!(?obligation, ?solution, "evaluate goal");
102102

103103
// Ideally, the code to convert *back* to rustc types would live close to
104104
// the code to convert *from* rustc types. Right now though, we don't

0 commit comments

Comments
 (0)