Skip to content

Commit 61c1dad

Browse files
author
The rustc-josh-sync Cronjob Bot
committed
Merge ref '548e586795f6' from rust-lang/rust
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: rust-lang/rust@548e586 Filtered ref: aea42e3 Upstream diff: rust-lang/rust@e7d4414...548e586 This merge was created using https://github.com/rust-lang/josh-sync.
2 parents 7810ff7 + aea42e3 commit 61c1dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)