Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests for static async functions in traits #102642

Merged
merged 6 commits into from
Oct 28, 2022

Commits on Oct 27, 2022

  1. 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`.
    bryangarza committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    97423d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a0ebca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11b1439 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a05081 View commit details
    Browse the repository at this point in the history
  5. Update src/test/ui/async-await/in-trait/async-example.rs

    Co-authored-by: Michael Goulet <michael@errs.io>
    bryangarza and compiler-errors committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    0b3b046 View commit details
    Browse the repository at this point in the history
  6. Update tests based on feedback

    - Add comment to some tests that will break when rust-lang#102745 is implemented
    - Mark a test with known-bug
    - Delete duplicate test
    bryangarza committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    bfdefdb View commit details
    Browse the repository at this point in the history