2020-12-03 12:37:19 -06:00
|
|
|
error: expected identifier, found keyword `impl`
|
2021-07-15 22:54:00 -05:00
|
|
|
--> $DIR/const-impl-norecover.rs:5:7
|
2020-12-03 12:37:19 -06:00
|
|
|
|
|
|
|
|
LL | const impl Foo {
|
|
|
|
| ^^^^ expected identifier, found keyword
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|