Skip to content

Commit

Permalink
Rollup merge of #80403 - 0xflotus:patch-1, r=jyn514
Browse files Browse the repository at this point in the history
fix: small typo error in chalk/mod.rs
  • Loading branch information
m-ou-se committed Dec 28, 2020
2 parents 803b375 + cb17785 commit 8b43932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_traits/src/chalk/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ crate fn evaluate_goal<'tcx>(
let mut solver = chalk_engine::solve::SLGSolver::new(32, None);
let db = ChalkRustIrDatabase { interner, reempty_placeholder };
let solution = solver.solve(&db, &lowered_goal);
debug!(?obligation, ?solution, "evaluatate goal");
debug!(?obligation, ?solution, "evaluate goal");

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

0 comments on commit 8b43932

Please sign in to comment.