dep-protobuf/rust
Protobuf Team Bot ead5d565e7 Fix hazzer emission of Optional
We were always emitting Optional<T> for accessors, when they should've been behind `_opt`.

We've refactored our previous accessor into `getter` and `getter_opt`. We'll only emit `getter_opt` when we're dealing with optional fields.

PiperOrigin-RevId: 544087591
2023-06-28 10:07:11 -07:00
..
cpp_kernel Put shared.rs and cpp.rs/upb.rs into the same crate. 2023-06-06 08:25:55 -07:00
test Fix hazzer emission of Optional 2023-06-28 10:07:11 -07:00
upb_kernel Put shared.rs and cpp.rs/upb.rs into the same crate. 2023-06-06 08:25:55 -07:00
aspects.bzl Cleanup references to b/270125787 2023-05-04 02:29:19 -07:00
BUILD Add Optional, FieldEntry stubs for v0.6 2023-06-22 09:15:52 -07:00
cpp.rs Internal Change 2023-06-15 08:13:08 -07:00
defs.bzl Visibility restrict targets generated by rust_proto_library macro 2023-03-30 00:39:22 -07:00
internal.rs Add SettableValue for generic field setting 2023-06-22 09:54:20 -07:00
optional.rs Add SettableValue for generic field setting 2023-06-22 09:54:20 -07:00
protobuf.rs Move internal-only but kernel-agnostic paths into an __internal module 2023-06-14 10:31:00 -07:00
proxied.rs Add SettableValue for generic field setting 2023-06-22 09:54:20 -07:00
shared.rs Add SettableValue for generic field setting 2023-06-22 09:54:20 -07:00
upb.rs Put shared.rs and cpp.rs/upb.rs into the same crate. 2023-06-06 08:25:55 -07:00