t / t4018 / rust-structon commit l10n: it.po: update the Italian localization for v2.23.0 round 2 (ad1d0a5)
   1#[derive(Debug)]
   2pub(super) struct RIGHT<'a> {
   3    name: &'a str,
   4    age: ChangeMe,
   5}