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