]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2632-const-trait-impl/const-impl-norecover.stderr
Auto merge of #80005 - ssomers:btree_cleanup_3, r=Mark-Simulacrum
[rust.git] / src / test / ui / rfc-2632-const-trait-impl / const-impl-norecover.stderr
1 error: expected identifier, found keyword `impl`
2   --> $DIR/const-impl-norecover.rs:6:7
3    |
4 LL | const impl Foo {
5    |       ^^^^ expected identifier, found keyword
6
7 error: aborting due to previous error
8