blob: 061af3c94b44d36af4b9d8db83a0bc52cd535520 (
plain)
1
2
3
4
5
6
7
8
9
10
|
error: const trait impls are not yet implemented
--> $DIR/feature-gate.rs:9:1
|
LL | impl const T for S {}
| ^^^^^-----^^^^^^^^^^^
| |
| const because of this
error: aborting due to previous error
|