2023-05-17 05:30:14 -05:00
|
|
|
error: unsupported untyped pointer in constant
|
2022-09-21 06:05:20 -05:00
|
|
|
--> $DIR/raw-ptr-const.rs:5:1
|
2020-04-29 03:00:22 -05:00
|
|
|
|
|
|
|
|
LL | const CONST_RAW: *const Vec<i32> = &Vec::new() as *const _;
|
2022-02-13 09:27:59 -06:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2023-05-17 05:30:14 -05:00
|
|
|
|
|
|
|
|
= note: memory only reachable via raw pointers is not supported
|
2020-04-29 03:00:22 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|