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: