Skip to content

Commit 2babe2a

Browse files
authored
english is hard :3
1 parent 9e3eee4 commit 2babe2a

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_hir_analysis/src/check

1 file changed

+1
-1
lines changed

compiler/rustc_hir_analysis/src/check/check.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1754,7 +1754,7 @@ pub(super) fn check_coroutine_obligations(
17541754
debug!(?typeck_results.coroutine_stalled_predicates);
17551755

17561756
let mode = if tcx.next_trait_solver_globally() {
1757-
// This query is conceptionally between HIR typeck and
1757+
// This query is conceptually between HIR typeck and
17581758
// MIR borrowck. We use the opaque types defined by HIR
17591759
// and ignore region constraints.
17601760
TypingMode::borrowck(tcx, def_id)

0 commit comments

Comments
 (0)