1#[derive(Debug)] 2pub struct Warning { 3 r#type: String, 4 text: String, 5 line: u32, 6 column: u32, 7} 8 9// todo: toString