Files
tokio/ci/tsan
T

6 lines
166 B
Plaintext
Raw Normal View History

2018-03-28 22:26:47 -07:00
# TSAN suppressions file for Tokio
# TSAN does not understand fences and `Arc::drop` is implemented using a fence.
# This causes many false positives.
race:Arc*drop