Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for issue 55748: force type of every binding to be equal to any a…
…scription given for its pattern. I chose to attach this to the point immediately after we emit `StorageLive` but its possible that is not the best spot to encode this `AscribeUserType`. * Still, the approach makes sense in my head: The storage is live here so the regions used by its type should be valid at this point, I think? * The only other alternative I could imagine is to delay the `AscribeUserType` until the point immediately before we assign a value to the binding...?)
- Loading branch information