]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #36951 - nnethercote:fix-ICE, r=eddyb
authorManish Goregaokar <manishsmail@gmail.com>
Tue, 4 Oct 2016 09:54:04 +0000 (15:24 +0530)
committerGitHub <noreply@github.com>
Tue, 4 Oct 2016 09:54:04 +0000 (15:24 +0530)
commit177aabdfe3c47412d8d29d9d726640a5134a6b7d
tree3d8a282aad6f77186b901d8ab1cc8dc0f3d938fd
parent0e3cd4ed1587bfae58c39c10ced9bdcf6ee763af
parent78579034ec7de62d70b4c0d5796aaabb5cb13ceb
Rollup merge of #36951 - nnethercote:fix-ICE, r=eddyb

Fix an ICE in BuildReducedGraphVisitor::visit_trait_item.

This ICE occurs in the futures-rs-test-all benchmark in rustc-benchmarks (fixes #36950).