]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #42017 - nikomatsakis:issue-41677, r=arielb1
authorMark Simulacrum <mark.simulacrum@gmail.com>
Tue, 16 May 2017 23:31:50 +0000 (17:31 -0600)
committerGitHub <noreply@github.com>
Tue, 16 May 2017 23:31:50 +0000 (17:31 -0600)
avoid cycles in mir-dump, take 2

This fixes #41697, for real this time, but I'm not sure how best to add a regression test. I was considering maybe adding some flag so that the MIR dumping doesn't actually get written to files (e.g., overloading the directory flag so you can specify nil or something).

cc @dwrensha @oli-obk


Trivial merge