warning: `b` is deprecated in Edition 2023
  --> testdata/editions/lifetime.proto:23:33
   |
17 | edition = "2023";
   |           ------ edition specified here
...
23 | option features.(x) = {a: true, b: true, c: true, d: true, e: true, f: true};
   |                                 ^
   = help: deprecated since Edition 2023
   = help: this is a bad feature; don't use it

error: `c` is not supported in Edition 2023
  --> testdata/editions/lifetime.proto:23:42
   |
17 | edition = "2023";
   |           ------ edition specified here
...
23 | option features.(x) = {a: true, b: true, c: true, d: true, e: true, f: true};
   |                                          ^
   = help: removed in Edition 2023

error: `d` is not supported in Edition 2023
  --> testdata/editions/lifetime.proto:23:51
   |
17 | edition = "2023";
   |           ------ edition specified here
...
23 | option features.(x) = {a: true, b: true, c: true, d: true, e: true, f: true};
   |                                                   ^
   = help: `d` requires at least Edition 2024

warning: `e` is deprecated in Edition 2023
  --> testdata/editions/lifetime.proto:23:60
   |
17 | edition = "2023";
   |           ------ edition specified here
...
23 | option features.(x) = {a: true, b: true, c: true, d: true, e: true, f: true};
   |                                                            ^
   = help: deprecated since Edition 2023, to be removed in Edition 2024

error: `f` is not supported in Edition 2023
  --> testdata/editions/lifetime.proto:23:69
   |
17 | edition = "2023";
   |           ------ edition specified here
...
23 | option features.(x) = {a: true, b: true, c: true, d: true, e: true, f: true};
   |                                                                     ^
   = help: deprecated since "proto3", removed in Edition 2023

encountered 3 errors and 2 warnings
