Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

update TAG_PROPAGATION_ALL #1227

Merged
merged 1 commit into from
Jul 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion annotations/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "mirai-annotations"
version = "1.12.0"
version = "1.12.1"
authors = ["Herman Venter <herman_venter@msn.com>"]
description = "Macros that provide source code annotations for MIRAI"
repository = "https://github.com/facebookexperimental/MIRAI"
Expand Down
1 change: 1 addition & 0 deletions annotations/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ pub const TAG_PROPAGATION_ALL: TagPropagationSet = tag_propagation_set!(
TagPropagation::SubComponent,
TagPropagation::SubOverflows,
TagPropagation::SuperComponent,
TagPropagation::Transmute,
TagPropagation::UninterpretedCall
);

Expand Down