diff options
author | Mark Wielaard <mark@klomp.org> | 2021-08-31 20:48:22 +0200 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2021-08-31 21:51:14 +0200 |
commit | 34969c14bed456b8a4cd76d71319b75342825878 (patch) | |
tree | bd9bb28d9425588446cb74885aa43c164ce5a262 /gcc/rust/backend/rust-compile-context.h | |
parent | 82e1061579796adaa39ab34da77b6c8c6ea82539 (diff) | |
download | gcc-34969c14bed456b8a4cd76d71319b75342825878.zip gcc-34969c14bed456b8a4cd76d71319b75342825878.tar.gz gcc-34969c14bed456b8a4cd76d71319b75342825878.tar.bz2 |
StructExprTuple doesn't really exist
A StructExprTuple is parsed as a CallExpr. Both (can) start with a
PathInExpression followed by zero or more Expressions between
brackets.
Only, after type checking, when actually generating gcc generic trees
is a distinction made between a function call or tuple constructor.
Remove the AST and HIR StructExprTuple classes which are never used.
Diffstat (limited to 'gcc/rust/backend/rust-compile-context.h')
0 files changed, 0 insertions, 0 deletions