We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fbc0ce commit cb17785Copy full SHA for cb17785
compiler/rustc_traits/src/chalk/mod.rs
@@ -98,7 +98,7 @@ crate fn evaluate_goal<'tcx>(
98
let mut solver = chalk_engine::solve::SLGSolver::new(32, None);
99
let db = ChalkRustIrDatabase { interner, reempty_placeholder };
100
let solution = solver.solve(&db, &lowered_goal);
101
- debug!(?obligation, ?solution, "evaluatate goal");
+ debug!(?obligation, ?solution, "evaluate goal");
102
103
// Ideally, the code to convert *back* to rustc types would live close to
104
// the code to convert *from* rustc types. Right now though, we don't
0 commit comments