mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
Fix duplicate 'the the' typos in comments
Signed-off-by: Osama Abdelkader <osama.abdelkader@gmail.com>
This commit is contained in:
@@ -798,7 +798,7 @@ fn visit_potentially_region_dependent_goals(&mut self) {
|
||||
} else {
|
||||
let predicate = self.tcx().erase_and_anonymize_regions(predicate);
|
||||
if cause.has_infer() || cause.has_placeholders() {
|
||||
// We can't use the the obligation cause as it references
|
||||
// We can't use the obligation cause as it references
|
||||
// information local to this query.
|
||||
cause = self.fcx.misc(cause.span);
|
||||
}
|
||||
|
||||
@@ -924,7 +924,7 @@ enum RebaseReason<X: Cx> {
|
||||
///
|
||||
/// This either happens in the first evaluation step for the cycle head.
|
||||
/// In this case the used provisional result depends on the cycle `PathKind`.
|
||||
/// We store this path kind to check whether the the provisional cache entry
|
||||
/// We store this path kind to check whether the provisional cache entry
|
||||
/// we're rebasing relied on the same cycles.
|
||||
///
|
||||
/// In later iterations cycles always return `stack_entry.provisional_result`
|
||||
|
||||
Reference in New Issue
Block a user