]> git.ipfire.org Git - thirdparty/git.git/blame - t/t4018/rust-struct
Merge branch 'sg/travis-gcc-4.8'
[thirdparty/git.git] / t / t4018 / rust-struct
CommitLineData
d74e7860
MAL
1#[derive(Debug)]
2pub(super) struct RIGHT<'a> {
3 name: &'a str,
4 age: ChangeMe,
5}