You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This file is @generated by prost-build.#[derive(Clone,Copy,PartialEq,::prost::Message)]pubstructOuter{#[prost(oneof = "outer::Inner", tags = "1, 2")]pubinner:::core::option::Option<outer::Inner>,}/// Nested message and enum types in `Outer`.pubmod outer {#[derive(Clone,Copy,PartialEq,::prost::Message)]pubstructInner{}// <-- CONFLICT!#[derive(Clone,Copy,PartialEq,::prost::Oneof)]pubenumInner{// <-- CONFLICT!#[prost(message, tag = "1")]InnerOne(Inner),#[prost(message, tag = "2")]InnerTwo(Inner),}}
The text was updated successfully, but these errors were encountered:
The following code generates
The text was updated successfully, but these errors were encountered: