2020-04-29 12:34:51 +02:00
|
|
|
error: encountered dangling pointer in final constant
|
|
|
|
--> $DIR/dangling-alloc-id-ice.rs:9:1
|
2018-10-22 15:45:03 +02:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | / const FOO: &() = {
|
2020-04-29 12:34:51 +02:00
|
|
|
LL | |
|
2018-10-22 15:45:03 +02:00
|
|
|
LL | | let y = ();
|
|
|
|
LL | | unsafe { Foo { y: &y }.long_live_the_unit }
|
|
|
|
LL | | };
|
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
|
|
|
|