about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-06-27 01:49:56 +0000
committerbors <bors@rust-lang.org>2018-06-27 01:49:56 +0000
commitd6e2239a0718b230444f7f218add58db5732817a (patch)
treed451e3e3e85b024f0211af08be0427380c5d7aa3 /src/libstd/sys/unix/stack_overflow.rs
parent0cf0691ea1879a84d09d53a19e0f0b06827cf95a (diff)
parent28a76a90009d605349babcd2755962ab93913327 (diff)
downloadrust-d6e2239a0718b230444f7f218add58db5732817a.tar.gz
rust-d6e2239a0718b230444f7f218add58db5732817a.zip
Auto merge of #51773 - oli-obk:cleanup_impl_trait, r=nikomatsakis
Don't inspect the generated existential type items

r? @nikomatsakis

My debugging led me to the `hir::ItemExistential(..)` checks, which are entirely unnecessary because we never use the items directly. The issue was that items were iterated over in a random order (due to hashmaps), so if you checked the `ItemExistential` before the function that has the actual return `impl Trait`, you'd run into those ICEs you encountered.
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions