| commit | d2a2dc9bbcd2adbe873ad1ac360d238cedd55e8c | [log] [tgz] |
|---|---|---|
| author | Hong Shin <hongshin@google.com> | Mon Aug 28 09:37:57 2023 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Mon Aug 28 09:40:53 2023 -0700 |
| tree | cb71fad7521aad9b7e6853fec9d58a3c6092fa40 | |
| parent | c0d297f767f12c19e095eb37f1c82582df8663b1 [diff] |
Add TODO for debug print redaction PiperOrigin-RevId: 560735493
diff --git a/src/google/protobuf/compiler/rust/message.cc b/src/google/protobuf/compiler/rust/message.cc index 1e2a15b..5908269 100644 --- a/src/google/protobuf/compiler/rust/message.cc +++ b/src/google/protobuf/compiler/rust/message.cc
@@ -271,6 +271,7 @@ }, R"rs( #[allow(non_camel_case_types)] + // TODO(b/291938599): Implement support for debug redaction #[derive(Debug)] pub struct $Msg$ { inner: $pbr$::MessageInner