1race instrumentation 2==================== 3 4race_test 5--------- 6 7Embeds a library that triggers a data race inside a binary and a test. 8Verifies that no race is reported by default and a race is reported when either 9target is build with the ``race = "on"`` attribute or the ``--features=race`` 10flag. 11