]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #61423 - davidtwco:correct-symbol-mangling, r=eddyb
authorMazdak Farrokhzad <twingoow@gmail.com>
Sun, 2 Jun 2019 13:23:47 +0000 (15:23 +0200)
committerGitHub <noreply@github.com>
Sun, 2 Jun 2019 13:23:47 +0000 (15:23 +0200)
commit5599985caa3d89e6f83b37fa779cae045913df89
treef2b563e174fed0f567b76f2a0a0f06f3d6e5b6b2
parentc748c7b3febf5016ed1baa93448512e461dfb685
parente71f4665f6cf2e200a40eaed12bcaa603dfbc08f
Rollup merge of #61423 - davidtwco:correct-symbol-mangling, r=eddyb

codegen: change `$6d$` to `$u6d$`

This changes a mistake introduced in #61195 where the mangling
workaround used was incorrect, resolving [this comment](https://github.com/rust-lang/rust/pull/61195#discussion_r289597707) from @eddyb.

r? @eddyb