I have the following code that compiles and runs without any issues -
#[derive(Debug)] pub struct A<\'a> { field: &\'a mut String } fn main() {