blob: dc7a70385f14a8a29ef9a475f48e52a17e32166f [file]
error: redundant `const` fn marker in const impl
--> $DIR/const-impl-inherent-double-const.rs:8:5
|
LL | const impl Foo {
| ----- this declares all associated functions implicitly const
LL | fn bar() {}
LL | const fn baz() {}
| ^^^^^^ help: remove the `const`
error: aborting due to 1 previous error