public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/rust/master] Merge #1548 #1593
@ 2022-10-15  9:16 Thomas Schwinge
  0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2022-10-15  9:16 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:3922772f5f2e5ab245342defca6b53e1563de881

commit 3922772f5f2e5ab245342defca6b53e1563de881
Merge: cba464b9e08 25d243dd18a 95be10245b0
Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Date:   Fri Oct 14 16:19:29 2022 +0000

    Merge #1548 #1593
    
    1548: Dump module items r=CohenArthur a=CohenArthur
    
    
    
    1593: ast: dump TypeAlias r=CohenArthur a=jdupak
    
    Implements ast dump for TypeAlias
    
    Co-authored-by: Arthur Cohen <arthur.cohen@embecosm.com>
    Co-authored-by: Jakub Dupak <dev@jakubdupak.com>

Diff:

 gcc/rust/ast/rust-ast-dump.cc | 39 ++++++++++++++++++++++++++++++++++++---
 1 file changed, 36 insertions(+), 3 deletions(-)

diff --cc gcc/rust/ast/rust-ast-dump.cc
index 8caad987538,d4eb5166beb,3a3c48a455e..1e7a235932d
--- a/gcc/rust/ast/rust-ast-dump.cc
+++ b/gcc/rust/ast/rust-ast-dump.cc
@@@@ -835,8 -725,9 -709,7 +851,8 @@@@ voi
   Dump::visit (Function &function)
   {
     emit_visibility (function.get_visibility ());
-    stream << "fn " << function.get_function_name ();
  +
+    stream << "fn " << function.get_function_name ();
 - 
     if (function.has_generics ())
       emit_generic_params (function.get_generic_params ());

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

only message in thread, other threads:[~2022-10-15  9:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-15  9:16 [gcc/devel/rust/master] Merge #1548 #1593 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).