@@ -12,9 +12,9 @@ error: expected singular message, found scalar type `string`
1212 | |
1313 | found scalar type `string`
1414 |
15- ::: <built-in>/google/protobuf/descriptor.proto:504 :12
15+ ::: <built-in>/google/protobuf/descriptor.proto:510 :12
1616 |
17- 504 | optional string go_package = 11;
17+ 510 | optional string go_package = 11;
1818 | ------ type specified here
1919
2020error: cannot find message field `unknown` in `google.protobuf.MessageOptions`
@@ -31,9 +31,9 @@ error: expected singular message, found scalar type `bool`
3131 | |
3232 | found scalar type `bool`
3333 |
34- ::: <built-in>/google/protobuf/descriptor.proto:611 :12
34+ ::: <built-in>/google/protobuf/descriptor.proto:617 :12
3535 |
36- 611 | optional bool deprecated = 3 [default = false];
36+ 617 | optional bool deprecated = 3 [default = false];
3737 | ---- type specified here
3838
3939error: cannot find message field `unknown` in `google.protobuf.FieldOptions`
@@ -52,9 +52,9 @@ error: expected singular message, found scalar type `bool`
5252 | |
5353 | field selector requires singular message
5454 |
55- ::: <built-in>/google/protobuf/descriptor.proto:743 :12
55+ ::: <built-in>/google/protobuf/descriptor.proto:749 :12
5656 |
57- 743 | optional bool lazy = 5 [default = false];
57+ 749 | optional bool lazy = 5 [default = false];
5858 | ---- type specified here
5959
6060error: expected singular message, found scalar type `int32`
@@ -87,9 +87,9 @@ error: expected singular message, found scalar type `bool`
8787 | |
8888 | found scalar type `bool`
8989 |
90- ::: <built-in>/google/protobuf/descriptor.proto:859 :12
90+ ::: <built-in>/google/protobuf/descriptor.proto:865 :12
9191 |
92- 859 | optional bool deprecated = 3 [default = false];
92+ 865 | optional bool deprecated = 3 [default = false];
9393 | ---- type specified here
9494
9595error: cannot find message field `unknown` in `google.protobuf.EnumValueOptions`
@@ -108,9 +108,9 @@ error: expected singular message, found scalar type `bool`
108108 | |
109109 | field selector requires singular message
110110 |
111- ::: <built-in>/google/protobuf/descriptor.proto:889 :12
111+ ::: <built-in>/google/protobuf/descriptor.proto:895 :12
112112 |
113- 889 | optional bool deprecated = 1 [default = false];
113+ 895 | optional bool deprecated = 1 [default = false];
114114 | ---- type specified here
115115
116116encountered 12 errors
0 commit comments