]> git.lizzy.rs Git - rust.git/commit
Auto merge of #41777 - nikomatsakis:issue-41697-mir-dump-cycle, r=arielb1
authorbors <bors@rust-lang.org>
Tue, 9 May 2017 09:27:50 +0000 (09:27 +0000)
committerbors <bors@rust-lang.org>
Tue, 9 May 2017 09:27:50 +0000 (09:27 +0000)
commitc2d53dce7eaef554a6c48eb5f179884becee4d82
treeaea2bfb3f925ffbeec831ace13b6e6322be4591d
parentbedd7da3d28d69520f33ac6a585df87ef1373a26
parentcadf18734707d62529f0174f8e77c9d46457b1cf
Auto merge of #41777 - nikomatsakis:issue-41697-mir-dump-cycle, r=arielb1

dump-mir was causing cycles by invoking item-path-str at bad times

Workaround for now, but probably a better fix is to opt **in** to using the types for impls (if we do that at all; maybe filename/line is better).

Fixes #41697