summaryrefslogtreecommitdiffstats
path: root/tests/ui/rfcs/rfc-2632-const-trait-impl/const-impl-norecover.stderr
blob: efa72463c5e9af0d5288a565d0c77fda30026909 (plain)
1
2
3
4
5
6
7
8
error: expected identifier, found keyword `impl`
  --> $DIR/const-impl-norecover.rs:5:7
   |
LL | const impl Foo {
   |       ^^^^ expected identifier, found keyword

error: aborting due to 1 previous error