Skip to content

Commit 505848a

Browse files
authored
Rollup merge of #105493 - WaffleLapkin:unchoke-r-a, r=Nilstrieb
Help rust-analyzer normalize query return types See [zulip thread](https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Frust-analyzer/topic/rustc.20query.20types.20are.20not.20normalized.20since.20recently/near/312686086), since #103808, rust analyzer doesn't normalize return types of queries. This is because r-a doesn't support associated type defaults (yet). The easiest fix is to not use associated type defaults (duh), which this PR does. r? `@cjgillot`
2 parents 9c07efe + 452c745 commit 505848a

File tree

1 file changed

+105
-1
lines changed
  • compiler/rustc_middle/src/query

1 file changed

+105
-1
lines changed

0 commit comments

Comments
 (0)