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

Rename adjustment::PointerCast and variants using it to PointerCoercion #113376

Commits on Jul 7, 2023

  1. Rename adjustment::PointerCast and variants using it to `PointerCoe…

    …rcion`
    
    It makes it sound like the `ExprKind` and `Rvalue` are supposed to represent all pointer related
    casts, when in reality their just used to share a some enum variants. Make it clear there these
    are only coercion to make it clear why only some pointer related "casts" are in the enum.
    Noratrieb committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    2beabbb View commit details
    Browse the repository at this point in the history