]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #99410 - tmiasko:atomic-lint, r=fee1-dead
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>
Tue, 19 Jul 2022 06:08:57 +0000 (11:38 +0530)
committerGitHub <noreply@github.com>
Tue, 19 Jul 2022 06:08:57 +0000 (11:38 +0530)
commit415f7e1c81a88dac99d1073526d56fc02e4395e4
tree73d617bd5c21131b620abbfdf30c1f4d6ae64d86
parent43dbf054b107d00661bf9cddaa36fbb458bb3f36
parent45afc214af3ad47be4252b82832a78e6280f3708
Rollup merge of #99410 - tmiasko:atomic-lint, r=fee1-dead

Update invalid atomic ordering lint

The restriction that success ordering must be at least as strong as its
failure ordering in compare-exchange operations was lifted in #98383.