public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/rust/master] Update gcc/rust/expand/rust-attribute-visitor.cc
@ 2022-06-08 12:41 Thomas Schwinge
  0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2022-06-08 12:41 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:01aa0cf27844e5b0342b3dd583cb3b6b722e9722

commit 01aa0cf27844e5b0342b3dd583cb3b6b722e9722
Author: antego <antego@users.noreply.github.com>
Date:   Mon May 2 22:36:04 2022 +1000

    Update gcc/rust/expand/rust-attribute-visitor.cc
    
    Co-authored-by: CohenArthur <cohenarthur.dev@gmail.com>

Diff:
---
 gcc/rust/expand/rust-attribute-visitor.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/rust/expand/rust-attribute-visitor.cc b/gcc/rust/expand/rust-attribute-visitor.cc
index 771cd996191..771f034a5bb 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)
 {


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-08 12:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-08 12:41 [gcc/devel/rust/master] Update gcc/rust/expand/rust-attribute-visitor.cc Thomas Schwinge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).