public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/rust/master] fmt: Fix formatting in rust-diagnostics
@ 2022-08-31 10:41 Thomas Schwinge
  0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2022-08-31 10:41 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:a8403dd7fad9acc0dbe02418f7d77273b735c24f

commit a8403dd7fad9acc0dbe02418f7d77273b735c24f
Author: Arthur Cohen <arthur.cohen@embecosm.com>
Date:   Mon Aug 29 10:46:28 2022 +0200

    fmt: Fix formatting in rust-diagnostics

Diff:
---
 gcc/rust/rust-gcc-diagnostics.cc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gcc/rust/rust-gcc-diagnostics.cc b/gcc/rust/rust-gcc-diagnostics.cc
index 70b3cf267a1..98e2af7308d 100644
--- a/gcc/rust/rust-gcc-diagnostics.cc
+++ b/gcc/rust/rust-gcc-diagnostics.cc
@@ -83,8 +83,7 @@ public:
 
   char *make_url () const final override
   {
-    return concat ("https://doc.rust-lang.org/error-index.html#",
-		   m_code.m_str,
+    return concat ("https://doc.rust-lang.org/error-index.html#", m_code.m_str,
 		   NULL);
   }

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-31 10:41 [gcc/devel/rust/master] fmt: Fix formatting in rust-diagnostics 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).