]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Auto merge of #87546 - rusticstuff:issue87450-take-two, r=davidtwco
authorbors <bors@rust-lang.org>
Sun, 1 Aug 2021 11:56:02 +0000 (11:56 +0000)
committerbors <bors@rust-lang.org>
Sun, 1 Aug 2021 11:56:02 +0000 (11:56 +0000)
commit8d57c0ab2b2e1aae07c1b8638358fb7a909940bc
treee78262bf28d13755e97f8905f9819261deeed976
parentaadd6189ad5c81f50d942c584ed1c1b49892765f
parent2aa199632917dc1afa4b80d60d291a278e0bfb24
Auto merge of #87546 - rusticstuff:issue87450-take-two, r=davidtwco

Bail on any found recursion when expanding opaque types

Fixes #87450. More of a bandaid because it does not fix the exponential complexity of the type folding used for opaque type expansion.