error: unsupported map-typed extension
  --> testdata/fields/maps/extension.proto:10:5
   |
10 |     map<int32, int32> m = 1;
   |     ^^^^^^^^^^^^^^^^^ declared here
   |
   = help: extensions cannot be map-typed; instead, define a message type with a
           map-typed field

encountered 1 error
