From: Dylan DPC Date: Sat, 21 Mar 2020 21:56:18 +0000 (+0100) Subject: Rollup merge of #70003 - eddyb:symbol-mangling-reify-shims, r=nikomatsakis X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=834ed36a532381aac4cb23d607e6522dff0ca244;p=rust.git Rollup merge of #70003 - eddyb:symbol-mangling-reify-shims, r=nikomatsakis 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 --- 834ed36a532381aac4cb23d607e6522dff0ca244