rust/src/test/ui/rfc-2632-const-trait-impl/feature-gate.gated.stderr

11 lines
223 B
Plaintext
Raw Normal View History

2020-01-02 18:31:30 -06:00
error: const trait impls are not yet implemented
--> $DIR/feature-gate.rs:9:1
|
LL | impl const T for S {}
| ^^^^^-----^^^^^^^^^^^
| |
| const because of this
2020-01-02 18:31:30 -06:00
error: aborting due to previous error