2020-04-29 10:00:22 +02:00
|
|
|
error: untyped pointers are not allowed in constant
|
2022-09-21 13:05:20 +02:00
|
|
|
--> $DIR/raw-ptr-const.rs:5:1
|
2020-04-29 10:00:22 +02:00
|
|
|
|
|
|
|
|
LL | const CONST_RAW: *const Vec<i32> = &Vec::new() as *const _;
|
2022-02-13 16:27:59 +01:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2020-04-29 10:00:22 +02:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|