Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid name conflict of rust Option with message Option #18531

Merged
merged 1 commit into from
Sep 29, 2024

Conversation

copybara-service[bot]
Copy link

Avoid name conflict of rust Option with message Option

Functions like map_get return a rust Option, which
might conflict with a message Option defined in the
current proto file. Use ::__std::option::Option to
disambiguate rust Option and message Option.

Functions like `map_get` return a rust Option, which
might conflict with a `message Option` defined in the
current proto file. Use `::__std::option::Option` to
disambiguate rust Option and message Option.

PiperOrigin-RevId: 680333636
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant