Merge tag 'v2.23.0-rc0' of git://git.kernel.org/pub/scm/git/git
[git] / t / t4018 / rust-struct
1 #[derive(Debug)]
2 pub(super) struct RIGHT<'a> {
3     name: &'a str,
4     age: ChangeMe,
5 }