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 fourth phase, in which we enable validation for message fields. PiperOrigin-RevId: 545695188
- Loading branch information