mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2026-03-18 20:29:23 +00:00
Merge ref '548e586795f6' from rust-lang/rust
Pull recent changes from https://github.com/rust-lang/rust via Josh.
Upstream ref: rust-lang/rust@548e586795
Filtered ref: rust-lang/rust-analyzer@aea42e3bfd
Upstream diff: e7d44143a1...548e586795
This merge was created using https://github.com/rust-lang/josh-sync.
This commit is contained in:
@@ -861,7 +861,7 @@ impl<'db, 'a> TyLoweringContext<'db, 'a> {
|
||||
TermKind::Ty(ty) => {
|
||||
ty.walk().any(|arg| arg == dummy_self_ty.into())
|
||||
}
|
||||
// FIXME(associated_const_equality): We should walk the const instead of not doing anything
|
||||
// FIXME(mgca): We should walk the const instead of not doing anything
|
||||
TermKind::Const(_) => false,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user