Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable TSan validation to detect when a mutable accessor of a message…
… is called concurrently with another accessor on the same message, which is a data race. This is the second phase, in which we enable validation for enum/primitive fields. PiperOrigin-RevId: 543475296
- Loading branch information