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