]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #65777 - matthewjasper:allow-impl-trait-expansion, r=davidtwco
authorMazdak Farrokhzad <twingoow@gmail.com>
Sun, 27 Oct 2019 15:46:54 +0000 (16:46 +0100)
committerGitHub <noreply@github.com>
Sun, 27 Oct 2019 15:46:54 +0000 (16:46 +0100)
Don't ICE for completely unexpandable `impl Trait` types

Save the resolution of these types (to themselves) to the typeck tables so that they will eventually reach E0720.

closes #65561


Trivial merge