-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Description
I just realized that my recent fix opened up another hole in borrowck. I believe that pattern bindings over mutable memory will be considered mutable but are only guaranteed to be const. This discrepancy should be fixed (also probably need a test case ensuring that the data is not considered immutable)
Metadata
Metadata
Assignees
Labels
A-lifetimesArea: Lifetimes / regionsArea: Lifetimes / regions