Skip to content

Commit 4b4904a

Browse files
committed
comment update
1 parent c80459b commit 4b4904a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

compiler/rustc_middle/src/ty/typeck_results.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,7 @@ pub struct TypeckResults<'tcx> {
206206
/// formatting modified file tests/ui/coroutine/retain-resume-ref.rs
207207
pub coroutine_stalled_predicates: FxIndexSet<(ty::Predicate<'tcx>, ObligationCause<'tcx>)>,
208208

209-
/// Goals proven during HIR typeck which may be potentially region dependent with
210-
/// erased regions.
209+
/// Goals proven during HIR typeck which may be potentially region dependent.
211210
///
212211
/// Borrowck *uniquifies* regions which may cause these goal to be ambiguous in MIR
213212
/// type check. We ICE if goals fail in borrowck to detect bugs during MIR building or

0 commit comments

Comments
 (0)