t / t4018 / rust-structon commit l10n: git.pot: v2.23.0 round 1 (130 new, 35 removed) (6b0f1a9)
   1#[derive(Debug)]
   2pub(super) struct RIGHT<'a> {
   3    name: &'a str,
   4    age: ChangeMe,
   5}