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