]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #102642 - bryangarza:afit-tests, r=compiler-errors
authorMatthias Krüger <matthias.krueger@famsik.de>
Fri, 28 Oct 2022 05:06:41 +0000 (07:06 +0200)
committerGitHub <noreply@github.com>
Fri, 28 Oct 2022 05:06:41 +0000 (07:06 +0200)
Add tests for static async functions in traits

This patch adds test cases for AFIT, the majority of which are currently expected to run as `check-fail`.

---

Note: I grabbed the cases from https://hackmd.io/SwRcXCiWQV-WRJ4BYs53fA

Also, I'm not sure if the `async-associated-types2` and `async-associated-types2-desugared` are correct, I modified them a bit from the examples in the HackMD.


No differences found