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

Enforce Copy bounds for repeat elements while considering lifetimes #95819

Merged
merged 5 commits into from
Apr 29, 2022

Commits on Apr 28, 2022

  1. Check that repeat expression elements are Copy (ignoring lifetimes) i…

    …n typeck and that they are Copy (with proper lifetime checks) in borrowck
    oli-obk committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    4e6e68e View commit details
    Browse the repository at this point in the history
  2. Add new repeat expr test.

    Also add repeat expr test folder and move all related tests to it
    oli-obk committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    bc14b6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    018f934 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Configuration menu
    Copy the full SHA
    be54947 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67ce547 View commit details
    Browse the repository at this point in the history