]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #47891 - eddyb:issue-47638, r=nikomatsakis
authorkennytm <kennytm@gmail.com>
Wed, 31 Jan 2018 08:36:18 +0000 (16:36 +0800)
committerGitHub <noreply@github.com>
Wed, 31 Jan 2018 08:36:18 +0000 (16:36 +0800)
commitbacb5b72246c2c78a7a40c4d57309bc7bf43282e
tree134e12f8c84d3b9b237a7bb2f0ba89fd78f13051
parent3d8279dec772306afc2f168b074e3a53eccec80a
parent973756d715f9caaeee44e9387f5c60458ae5c4fc
Rollup merge of #47891 - eddyb:issue-47638, r=nikomatsakis

rustc_trans: keep LLVM types for trait objects anonymous.

Fixes #47638 by reverting the addition of readable LLVM trait object type names.
r? @nikomatsakis