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