public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/rust/master] hir: Fix documentation on previously changed Visibility struct
@ 2022-06-08 12:35 Thomas Schwinge
  0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2022-06-08 12:35 UTC (permalink / raw)
  To: gcc-cvs

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

commit e70aa7f26212dfdd55c6c3988ba7263da61fea6e
Author: Arthur Cohen <arthur.cohen@embecosm.com>
Date:   Thu Apr 21 16:13:16 2022 +0200

    hir: Fix documentation on previously changed Visibility struct

Diff:
---
 gcc/rust/hir/tree/rust-hir-item.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/rust/hir/tree/rust-hir-item.h b/gcc/rust/hir/tree/rust-hir-item.h
index 2f696307cfe..2e28207098d 100644
--- a/gcc/rust/hir/tree/rust-hir-item.h
+++ b/gcc/rust/hir/tree/rust-hir-item.h
@@ -549,7 +549,7 @@ public:
   const Analysis::NodeMapping &get_mappings () const { return mappings; }
 };
 
-// Visibility of item - if the item has it, then it is some form of public
+// Visibility of an item
 struct Visibility
 {
 public:


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

only message in thread, other threads:[~2022-06-08 12:35 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:35 [gcc/devel/rust/master] hir: Fix documentation on previously changed Visibility struct 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).