Remove spammy logging message from rust protobuf codegen

PiperOrigin-RevId: 609354123
pull/15920/head
Protobuf Team Bot 9 months ago committed by Copybara-Service
parent fe6edca15b
commit 73e3aec316
  1. 2
      src/google/protobuf/compiler/rust/message.cc

@ -739,7 +739,7 @@ void MessageProxiedInMapValue(Context& ctx, const Descriptor& msg) {
void GenerateRs(Context& ctx, const Descriptor& msg) {
if (msg.map_key() != nullptr) {
ABSL_LOG(WARNING) << "unsupported map field: " << msg.full_name();
// Don't generate code for synthetic MapEntry messages.
return;
}
ctx.Emit(

Loading…
Cancel
Save