Skip to content

Commit 569d06d

Browse files
authored
Merge pull request #21419 from rust-lang/rustc-pull
Rustc pull update
2 parents 54f5eea + 61c1dad commit 569d06d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/hir-ty/src/lower.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ impl<'db, 'a> TyLoweringContext<'db, 'a> {
861861
TermKind::Ty(ty) => {
862862
ty.walk().any(|arg| arg == dummy_self_ty.into())
863863
}
864-
// FIXME(associated_const_equality): We should walk the const instead of not doing anything
864+
// FIXME(mgca): We should walk the const instead of not doing anything
865865
TermKind::Const(_) => false,
866866
};
867867

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e7d44143a12a526488e4f0c0d7ea8e62a4fe9354
1+
548e586795f6b6fe089d8329aa5edbf0f5202646

0 commit comments

Comments
 (0)