diff options
author | antego <antego@users.noreply.github.com> | 2022-05-02 22:36:04 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-02 22:36:04 +1000 |
commit | 01aa0cf27844e5b0342b3dd583cb3b6b722e9722 (patch) | |
tree | 50404490f885a3de38a5e00694a1a28f981a7b95 /gcc | |
parent | 5fe52462aa360852a33af4a40f0bd52e1709cca2 (diff) | |
download | gcc-01aa0cf27844e5b0342b3dd583cb3b6b722e9722.zip gcc-01aa0cf27844e5b0342b3dd583cb3b6b722e9722.tar.gz gcc-01aa0cf27844e5b0342b3dd583cb3b6b722e9722.tar.bz2 |
Update gcc/rust/expand/rust-attribute-visitor.cc
Co-authored-by: CohenArthur <cohenarthur.dev@gmail.com>
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/rust/expand/rust-attribute-visitor.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rust/expand/rust-attribute-visitor.cc b/gcc/rust/expand/rust-attribute-visitor.cc index 771cd99..771f034 100644 --- a/gcc/rust/expand/rust-attribute-visitor.cc +++ b/gcc/rust/expand/rust-attribute-visitor.cc @@ -3399,6 +3399,7 @@ AttrVisitor::maybe_expand_expr (std::unique_ptr<AST::Expr> &expr) if (fragment.should_expand ()) expr = fragment.take_expression_fragment (); } + void AttrVisitor::maybe_expand_type (std::unique_ptr<AST::Type> &type) { |