]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #79554 - b-naber:generic-associated-types-in-trait-paths, r=jackh726
authorMara Bos <m-ou.se@m-ou.se>
Fri, 5 Feb 2021 11:25:50 +0000 (12:25 +0100)
committerGitHub <noreply@github.com>
Fri, 5 Feb 2021 11:25:50 +0000 (12:25 +0100)
commitdeec6a96d428d20250bfad2317c00fc67e4b70f0
treeddccb276fd47d1190b34019bd505e5f9bcc2ecaf
parent9e5d58fb420a487ae30f38141eccdc8d79fb8d58
parent12d411febb37d4ddfd423415554714265609cb72
Rollup merge of #79554 - b-naber:generic-associated-types-in-trait-paths, r=jackh726

Generic associated types in trait paths

This is the second part of https://github.com/rust-lang/rust/pull/78978

This should fix:

Fixes #67510
Fixes #68648
Fixes #68649
Fixes #68650
Fixes #68652
Fixes #74684
Fixes #76535
Fixes #79422
Fixes #80433

and implement the remaining functionality needed for https://github.com/rust-lang/rust/issues/44265

r? ``@matthewjasper``
compiler/rustc_hir/src/hir.rs