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

Do not allow moving out of thread local under ast borrowck #55150

Commits on Oct 17, 2018

  1. AST-borrowck: add separate mem category for thread-locals, as they ar…

    …e not quite rvalues
    
    (and of course they are not quite statics either).
    
    Namely, they *do* have a restricted region (like rvalues), but they
    also cannot be moved out of (like statics).
    pnkfelix committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    a75f781 View commit details
    Browse the repository at this point in the history
  2. Update existing tests and .stderr files to reflect introduction of th…

    …read-local mem category.
    pnkfelix committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    e6e4fe6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d46ce5 View commit details
    Browse the repository at this point in the history