diff options
| author | bors <bors@rust-lang.org> | 2018-06-27 01:49:56 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2018-06-27 01:49:56 +0000 |
| commit | d6e2239a0718b230444f7f218add58db5732817a (patch) | |
| tree | d451e3e3e85b024f0211af08be0427380c5d7aa3 /src/libstd/sys/unix/stack_overflow.rs | |
| parent | 0cf0691ea1879a84d09d53a19e0f0b06827cf95a (diff) | |
| parent | 28a76a90009d605349babcd2755962ab93913327 (diff) | |
| download | rust-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
