rust/tests/ui/rfc-2632-const-trait-impl/const-impl-norecover.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
206 B
Plaintext
Raw Normal View History

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