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