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