2023-05-17 10:30:14 +00:00
|
|
|
error: unsupported untyped pointer in constant
|
2021-10-05 04:55:57 -04:00
|
|
|
--> $DIR/alloc_intrinsic_nontransient_fail.rs:6:1
|
2020-12-02 17:45:11 +05:30
|
|
|
|
|
|
|
|
LL | const FOO: *const i32 = foo();
|
2022-02-13 16:27:59 +01:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
2023-05-17 10:30:14 +00:00
|
|
|
|
|
|
|
|
= note: memory only reachable via raw pointers is not supported
|
2020-12-02 17:45:11 +05:30
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|