Skip to content

Commit af14ad6

Browse files
committed
rust-ast-full-test: fix a minor typo
Signed-off-by: Zixing Liu <liushuyu011@gmail.com>
1 parent 6d42548 commit af14ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcc/rust/ast/rust-ast-full-test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ Visibility::as_string () const
311311
case NONE:
312312
return std::string ("pub");
313313
case CRATE:
314-
return std::string ("ub(crate)");
314+
return std::string ("pub(crate)");
315315
case SELF:
316316
return std::string ("pub(self)");
317317
case SUPER:

0 commit comments

Comments
 (0)