2020-04-29 12:34:51 +02:00
|
|
|
error: encountered dangling pointer in final constant
|
2022-09-21 13:05:20 +02:00
|
|
|
--> $DIR/dangling-alloc-id-ice.rs:8:1
|
2018-10-22 15:45:03 +02:00
|
|
|
|
|
2022-02-13 16:27:59 +01:00
|
|
|
LL | const FOO: &() = {
|
|
|
|
| ^^^^^^^^^^^^^^
|
2020-04-29 12:34:51 +02:00
|
|
|
|
2020-11-05 13:24:21 +05:30
|
|
|
error: aborting due to previous error
|
2018-10-22 15:45:03 +02:00
|
|
|
|