1
Fork 0

Rollup merge of #101668 - chenyukang:fix-101626, r=TaKO8Ki

Suggest pub instead of public for const type item

Fixes #101626
This commit is contained in:
Dylan DPC 2022-09-12 15:21:31 +05:30 committed by GitHub
commit d7bad03cab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 32 additions and 0 deletions

View file

@ -473,6 +473,7 @@ impl Token {
kw::Extern,
kw::Impl,
kw::Unsafe,
kw::Const,
kw::Static,
kw::Union,
kw::Macro,