2022-05-08 08:53:19 -05:00
|
|
|
error: internal compiler error: broken MIR in Item(DefId(0:8 ~ storage_live[HASH]::multiple_storage)) (before pass CheckPackedRef) at bb0[1]:
|
2023-01-31 11:14:04 -06:00
|
|
|
StorageLive(_1) which already has storage here
|
|
|
|
--> $DIR/storage-live.rs:22:13
|
|
|
|
|
|
|
|
|
LL | StorageLive(a);
|
|
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: the compiler unexpectedly panicked. this is a bug.
|
|
|
|
|
|
|
|
query stack during panic:
|
|
|
|
#0 [mir_const] preparing `multiple_storage` for borrow checking
|
2022-05-08 07:11:30 -05:00
|
|
|
#1 [mir_promoted] promoting constants in MIR for `multiple_storage`
|
2023-01-31 11:14:04 -06:00
|
|
|
end of query stack
|