Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix rs codegen breakage from a field 'bool clear'
Before this fix, the overload resolution rules would accidentally attempt to call the accessor named clear() instead of the fn that would actually clear the message (Rust automatically prefers an inherent impl fn over a trait impl fn if both exist with the same name). PiperOrigin-RevId: 713309633
- Loading branch information