1 2 3 4 5 6 7 8
impl (u8, u8) { //~ ERROR E0118 fn get_state(&self) -> String { String::new() } } fn main() { }