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

ch15-02-deref: Improve explanation on immut-to-mut #2030

Commits on Nov 1, 2019

  1. ch15-02-deref: Improve explanation on immut-to-mut

    On a hypothetical immut-to-mut deref, the resulting mut ref should be
    unique. The aliasing rules say a mutable reference should be the only
    reference, so the initial immutable reference would have to be the only
    one, which is not enforced. Change the phrasing so it expresses this
    fact more clearly.
    
    Signed-off-by: Eddy Petrișor <eddy.petrisor@gmail.com>
    eddyp authored and Eddy Petrisor committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    f7663d1 View commit details
    Browse the repository at this point in the history