You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: