We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e3eee4 commit 2babe2aCopy full SHA for 2babe2a
compiler/rustc_hir_analysis/src/check/check.rs
@@ -1754,7 +1754,7 @@ pub(super) fn check_coroutine_obligations(
1754
debug!(?typeck_results.coroutine_stalled_predicates);
1755
1756
let mode = if tcx.next_trait_solver_globally() {
1757
- // This query is conceptionally between HIR typeck and
+ // This query is conceptually between HIR typeck and
1758
// MIR borrowck. We use the opaque types defined by HIR
1759
// and ignore region constraints.
1760
TypingMode::borrowck(tcx, def_id)
0 commit comments