7 lines
109 B
Rust
7 lines
109 B
Rust
impl fn(u8) { //~ ERROR E0118
|
|
fn get_state(&self) -> String {
|
|
String::new()
|
|
}
|
|
}
|
|
|
|
fn main() {}
|