rust/compiler/rustc_middle
Matthias Krüger 34425c8c00
Rollup merge of #104258 - compiler-errors:tait-closure-deduce, r=oli-obk
Deduce closure signature from a type alias `impl Trait`'s supertraits

r? `@oli-obk`

Basically pass the TAIT's bounds through the same method that we're using to deduce a signature from infer var closure bounds.

Does this need a new FCP? I see it as a logical extension of #101834, but happy to rfcbot a new one if it does.
2022-11-15 10:44:10 +01:00
..
src Rollup merge of #104258 - compiler-errors:tait-closure-deduce, r=oli-obk 2022-11-15 10:44:10 +01:00
Cargo.toml Bump chalk to v0.87 2022-11-13 19:29:38 +00:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

For more information about how rustc works, see the rustc dev guide.