blob: 1d245576559513774c0f1ecea0c21f19e1b6be66 [file] [log] [blame]
error: `const` cannot modify an inherent impl
--> $DIR/inherent-impl.rs:11:6
|
LL | impl const T {}
| ^^^^^
|
= help: only a trait impl can be `const`
error: aborting due to previous error