diff options
author | Arthur Cohen <arthur.cohen@embecosm.com> | 2022-04-21 16:13:16 +0200 |
---|---|---|
committer | Arthur Cohen <arthur.cohen@embecosm.com> | 2022-04-22 12:23:21 +0200 |
commit | e70aa7f26212dfdd55c6c3988ba7263da61fea6e (patch) | |
tree | d4151a93eda16a51acc4654f098a88ff9b437803 | |
parent | bfe8ffef8668a0fc7be973f3b9de6e148019f94e (diff) | |
download | gcc-e70aa7f26212dfdd55c6c3988ba7263da61fea6e.zip gcc-e70aa7f26212dfdd55c6c3988ba7263da61fea6e.tar.gz gcc-e70aa7f26212dfdd55c6c3988ba7263da61fea6e.tar.bz2 |
hir: Fix documentation on previously changed Visibility struct
-rw-r--r-- | gcc/rust/hir/tree/rust-hir-item.h | 2 |
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: |