Skip to content

Commit

Permalink
support attributes on broadcast group items
Browse files Browse the repository at this point in the history
  • Loading branch information
utaal committed Apr 7, 2024
1 parent d3dda00 commit f041289
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/verus.pest
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ broadcast_group_list = {
}

broadcast_group = {
visibility? ~ broadcast_str ~ group_str ~ broadcast_group_identifier ~ broadcast_group_list
attr* ~ visibility? ~ broadcast_str ~ group_str ~ broadcast_group_identifier ~ broadcast_group_list
}

//****************************//
Expand Down
2 changes: 2 additions & 0 deletions tests/verus-consistency.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1879,6 +1879,7 @@ mod ring {
}
}
#[verifier::prune_unless_this_module_is_used]
pub broadcast group properties {
Ring::spec_succ_ensures,
Ring::spec_prev_ensures,
Expand Down Expand Up @@ -1972,6 +1973,7 @@ mod m4 {
}
}
#[verifier::prune_unless_this_module_is_used]
pub broadcast group properties {
Ring::spec_succ_ensures,
Ring::spec_prev_ensures,
Expand Down

0 comments on commit f041289

Please sign in to comment.