aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/rust-buffered-queue.h
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-06-29 14:07:33 +0000
committerGitHub <noreply@github.com>2022-06-29 14:07:33 +0000
commit81abc8623cb75fa18315c65e94c5965ec36fdb54 (patch)
tree4ebe4f56f6cbdee08aea1d34ae6726b6f65d05a1 /gcc/rust/rust-buffered-queue.h
parent9976c571ff14dc8e3da3ecd719f42b903a30f466 (diff)
parent0c290e7c6f3a227829ffe70d8fd9280f1a1da668 (diff)
parent1282974cf899f9486c62054bcbadf41346915dd5 (diff)
downloadgcc-81abc8623cb75fa18315c65e94c5965ec36fdb54.zip
gcc-81abc8623cb75fa18315c65e94c5965ec36fdb54.tar.gz
gcc-81abc8623cb75fa18315c65e94c5965ec36fdb54.tar.bz2
Merge #1151 #1343
1151: backend: handle deprecated attribute r=philberty a=liushuyu - handle the `deprecated` attribute 1343: Ensure we support generic arguments on mangled type-paths r=philberty a=philberty This allows us to have the generic arguments within type paths for mangled symbols such as those in impl-blocks. This also updates our symbol managling to mangle comma's to $C$. Co-authored-by: liushuyu <liushuyu011@gmail.com> Co-authored-by: Philip Herron <philip.herron@embecosm.com>