diff options
author | Philip Herron <philip.herron@embecosm.com> | 2021-11-02 17:10:24 +0000 |
---|---|---|
committer | Philip Herron <philip.herron@embecosm.com> | 2021-11-03 13:59:44 +0000 |
commit | 3dccdb1d6c57e983bed7135b4bc9ba7e1ae20fab (patch) | |
tree | 15f2996d46e49fb0982918629b98843f2f5af0a3 /gcc/rust/backend/rust-compile.cc | |
parent | 5f0df4812c37fc428b5508e019e9fb7f8a7b77b1 (diff) | |
download | gcc-3dccdb1d6c57e983bed7135b4bc9ba7e1ae20fab.zip gcc-3dccdb1d6c57e983bed7135b4bc9ba7e1ae20fab.tar.gz gcc-3dccdb1d6c57e983bed7135b4bc9ba7e1ae20fab.tar.bz2 |
Desugar AST::TraitObjectTypeOneBound
We have two ways to represent TraitObjectType's:
- AST::TraitObjectType
- AST::TraitObjectTypeOneBound
This desugars this within HIR into a single HIR::TraitObjectType which
contains a list of bounds.
Addresses #786
Diffstat (limited to 'gcc/rust/backend/rust-compile.cc')
0 files changed, 0 insertions, 0 deletions