git/t/t4018/rust-struct

6 lines
87 B
Plaintext

#[derive(Debug)]
pub(super) struct RIGHT<'a> {
name: &'a str,
age: ChangeMe,
}