about summary refs log tree commit diff
path: root/src/test/incremental/issue-72386.rs
AgeCommit message (Collapse)AuthorLines
2020-05-23Add missing ASM arena declaration to librustc_middleAaron Hill-0/+22
Fixes #72386 This type also needs to get allocated on the `librustc_middle` arena when we deserialize MIR.