2020-12-02 06:15:11 -06:00
|
|
|
error: untyped pointers are not allowed in constant
|
2021-10-05 03:55:57 -05:00
|
|
|
--> $DIR/alloc_intrinsic_nontransient_fail.rs:6:1
|
2020-12-02 06:15:11 -06:00
|
|
|
|
|
|
|
|
LL | const FOO: *const i32 = foo();
|
2022-02-13 09:27:59 -06:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
2020-12-02 06:15:11 -06:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|