blob: 8219ed6bfe94cfadb49c5ebdf9f558207d6214b4 [file] [log] [blame]
error: expected one of `!` or `::`, found `Human`
--> $DIR/impl-block.rs:3:6
|
LL | ipml Human {}
| ^^^^^ expected one of `!` or `::`
|
help: there is a keyword `impl` with a similar name
|
LL - ipml Human {}
LL + impl Human {}
|
error: aborting due to 1 previous error