]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #70003 - eddyb:symbol-mangling-reify-shims, r=nikomatsakis
authorDylan DPC <dylan.dpc@gmail.com>
Sat, 21 Mar 2020 21:56:18 +0000 (22:56 +0100)
committerGitHub <noreply@github.com>
Sat, 21 Mar 2020 21:56:18 +0000 (22:56 +0100)
symbol_names: treat ReifyShim like VtableShim.

Without this, the `#[track_caller]` tests don't pass with `-Zsymbol-mangling-version=v0`, because there is a symbol name collision between the `ReifyShim` and the original definition.

cc @anp


Trivial merge