update tag.rs

This commit is contained in:
张燕婷2001210542 2022-02-27 19:19:36 +08:00
parent ed5e74e695
commit 2e49adf424
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ impl Tag {
pub const MODULE_PORT_DECLARATION: &'static str = "kModulePortDeclaration";
pub const PORT_IDENTIFIER_LIST: &'static str = "kPortIdentifierList";
pub const PORT_IDENTIFIER: &'static str = "kPortIdentifier";
pub const PORT_DECLARATION_LIST: &'static str = "kPortDeclarationList";
pub const PORT_DECLARATION: &'static str = "kPortDeclaration";
pub const IDENTIFIER_LIST: &'static str = "kIdentifierList";
pub const IDENTIFIER_UNPACKED_DIMENSIONS_LIST: &'static str =
"kIdentifierUnpackedDimensionsList";