Sign in
pigweed
/
third_party
/
github
/
protocolbuffers
/
protobuf
/
2c16decbcee58f0ad3c9ca4ac722e02ac22b4bf7
/
.
/
rust
/
test
/
edition2023.proto
blob: d5c48a2ff3832f7dd295525c1f70908180f18035 [
file
]
edition
=
"2023"
;
package
test
;
message
EditionsMessage
{
int32
plain_field
=
1
;
int32
implicit_presence_field
=
2
[
features
.
field_presence
=
IMPLICIT
];
}