blob: 586c9fa22cecdf279bda354dcd8d973a1d3639a4 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0019]: constant contains unimplemented expression type
--> $DIR/issue-52442.rs:12:14
|
LL | [(); { &loop { break } as *const _ as usize } ]; //~ ERROR unimplemented expression type
| ^^^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0019`.
|