Commit 4b7e904
committed
add
Adds the equivalent `nonpoison` types to the `poison::rwlock` module.
These types and implementations are gated under the `nonpoison_rwlock`
feature gate.
Also blesses the ui tests that now have a name conflicts (because these
types no longer have unique names). The full path distinguishes the
different types.nonpoison::rwlock implementation1 parent d710a8e commit 4b7e904
File tree
5 files changed
+1094
-8
lines changed- library/std/src/sync
- nonpoison
- tests/ui/suggestions
5 files changed
+1094
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
36 | 40 | | |
37 | 41 | | |
| 42 | + | |
0 commit comments