diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-05-02 20:10:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-02 20:10:39 +0000 |
commit | 5aec7cbfa560440801dfd0b26e408ab6fb692ed6 (patch) | |
tree | 69fff1e277fe7e58f16722ad201861ff97de4a8f /gcc/rust/backend/rust-compile-expr.h | |
parent | 694114ea9567d1d7bc96b3d5ce287daede11b941 (diff) | |
parent | d6fb62465635d67a420285c361d74b41c556e9dc (diff) | |
download | gcc-5aec7cbfa560440801dfd0b26e408ab6fb692ed6.zip gcc-5aec7cbfa560440801dfd0b26e408ab6fb692ed6.tar.gz gcc-5aec7cbfa560440801dfd0b26e408ab6fb692ed6.tar.bz2 |
Merge #1199
1199: Add new as_name interface for Dynamic types r=philberty a=philberty
The Gimple names of our dyn trait objects were looking like:
const struct dyn [HIR Trait: FnLike->[C: 0 Nid: 31 Hid: 38 Lid: 13] [(FN call ), ]<Self, &isize, &isize>] & const f
This is a horrible name but useful for debugging this patch fixes this so
we have a seperate naming for generating the type. So now it looks like:
const struct dyn [FnLike<Self, &isize, &isize>] & const f
Co-authored-by: Philip Herron <philip.herron@embecosm.com>
Diffstat (limited to 'gcc/rust/backend/rust-compile-expr.h')
0 files changed, 0 insertions, 0 deletions