rust/src/test/ui/rfc-2632-const-trait-impl/inherent-impl.stderr

11 lines
210 B
Plaintext
Raw Normal View History

2020-01-02 18:31:30 -06:00
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