Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Unity] Improved error message in ExprMutator::ReEmitBinding (#16307)
Prior to this commit, an error message would occur in `ExprMutator::ReEmitBinding` if the struct info is missing from the generated value. However, because this error was generated from inside `GetStructInfo`, it didn't include sufficient context for debugging. This commit checks the struct info explicitly, and includes the context of the updated variable in the error message.
- Loading branch information