]> git.lizzy.rs Git - rust.git/commit
Add missing ASM arena declaration to librustc_middle
authorAaron Hill <aa1ronham@gmail.com>
Wed, 20 May 2020 21:39:19 +0000 (17:39 -0400)
committerAaron Hill <aa1ronham@gmail.com>
Sat, 23 May 2020 19:50:37 +0000 (15:50 -0400)
commit8da494272f4c162c4a853e325a6bd33a80881ff6
tree5d18f428cc316d56fe12578cc39ebcab711ea246
parent215f2d3294b08dbdcf8f7d40de21ef1e7eae0a2d
Add missing ASM arena declaration to librustc_middle

Fixes #72386

This type also needs to get allocated on the `librustc_middle` arena
when we deserialize MIR.
src/librustc_middle/arena.rs
src/test/incremental/issue-72386.rs [new file with mode: 0644]