Commit 55dc386
authored
Rollup merge of rust-lang#58369 - nox:sync-hash-map-entry, r=Amanieu
Make the Entry API of HashMap<K, V> Sync and Send
Fixes rust-lang#45219File tree
2 files changed
+11
-0
lines changed- src
- libstd/collections/hash
- test/run-pass/threads-sendsync
2 files changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2341 | 2341 | | |
2342 | 2342 | | |
2343 | 2343 | | |
| 2344 | + | |
| 2345 | + | |
| 2346 | + | |
| 2347 | + | |
| 2348 | + | |
2344 | 2349 | | |
2345 | 2350 | | |
2346 | 2351 | | |
| |||
2362 | 2367 | | |
2363 | 2368 | | |
2364 | 2369 | | |
| 2370 | + | |
| 2371 | + | |
| 2372 | + | |
| 2373 | + | |
| 2374 | + | |
2365 | 2375 | | |
2366 | 2376 | | |
2367 | 2377 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
0 commit comments