warning: group syntax is deprecated
  --> testdata/fields/groups/ok.proto:23:14
   |
23 |     optional group FooBar = 1 {
   |              ^^^^^
   = note: group syntax is not available in proto3 or editions

warning: group syntax is deprecated
  --> testdata/fields/groups/ok.proto:27:18
   |
27 |         repeated group X_Y_Z = 2 [deprecated = true] {
   |                  ^^^^^
   = note: group syntax is not available in proto3 or editions

warning: group syntax is deprecated
  --> testdata/fields/groups/ok.proto:28:22
   |
28 |             required group Baz = 3 {}
   |                      ^^^^^
   = note: group syntax is not available in proto3 or editions

encountered 3 warnings
