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

Disallow reference to static mut and adding static_mut_ref lint #117556

Merged
merged 6 commits into from
Jan 9, 2024

Commits on Jan 6, 2024

  1. Disallow reference to static mut for expressions

    Add `E0796` error code.
    Add `static_mut_ref` lint.
    
    This is the idea for the 2024 edition.
    obeis committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    2c088f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70ba4d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a82fd2b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e36f7b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    18edf9a View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. Configuration menu
    Copy the full SHA
    a8aa687 View commit details
    Browse the repository at this point in the history