rust/tests/ui/consts/const-eval/heap/alloc_intrinsic_nontransient_fail.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
212 B
Plaintext
Raw Normal View History

error: untyped pointers are not allowed in constant
--> $DIR/alloc_intrinsic_nontransient_fail.rs:6:1
|
LL | const FOO: *const i32 = foo();
2022-02-13 16:27:59 +01:00
| ^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error