From e70aa7f26212dfdd55c6c3988ba7263da61fea6e Mon Sep 17 00:00:00 2001 From: Arthur Cohen Date: Thu, 21 Apr 2022 16:13:16 +0200 Subject: [PATCH] hir: Fix documentation on previously changed Visibility struct --- 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: