aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust
diff options
context:
space:
mode:
authorArthur Cohen <arthur.cohen@embecosm.com>2022-04-21 16:13:16 +0200
committerArthur Cohen <arthur.cohen@embecosm.com>2022-04-22 12:23:21 +0200
commite70aa7f26212dfdd55c6c3988ba7263da61fea6e (patch)
treed4151a93eda16a51acc4654f098a88ff9b437803 /gcc/rust
parentbfe8ffef8668a0fc7be973f3b9de6e148019f94e (diff)
downloadgcc-e70aa7f26212dfdd55c6c3988ba7263da61fea6e.zip
gcc-e70aa7f26212dfdd55c6c3988ba7263da61fea6e.tar.gz
gcc-e70aa7f26212dfdd55c6c3988ba7263da61fea6e.tar.bz2
hir: Fix documentation on previously changed Visibility struct
Diffstat (limited to 'gcc/rust')
-rw-r--r--gcc/rust/hir/tree/rust-hir-item.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rust/hir/tree/rust-hir-item.h b/gcc/rust/hir/tree/rust-hir-item.h
index 2f69630..2e28207 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: