blob: 974b1c3ff45b55c891d2af81e1d7007f39051846 (
plain)
1
2
3
4
5
6
7
8
|
error: untyped pointers are not allowed in constant
--> $DIR/raw-ptr-const.rs:7:1
|
LL | const CONST_RAW: *const Vec<i32> = &Vec::new() as *const _;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
|