We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sync
share
1 parent 566b470 commit 48a2876Copy full SHA for 48a2876
src/doc/rust.md
@@ -2218,14 +2218,14 @@ These types help drive the compiler's analysis
2218
2219
* `begin_unwind`
2220
: ___Needs filling in___
2221
+* `managed_bound`
2222
+ : This type implements "managed"
2223
* `no_copy_bound`
2224
: This type does not implement "copy", even if eligible
2225
* `no_send_bound`
2226
: This type does not implement "send", even if eligible
-* `no_sync_bound`
- : This type does not implement "sync", even if eligible
2227
-* `managed_bound`
2228
- : This type implements "managed"
+* `no_share_bound`
+ : This type does not implement "share", even if eligible
2229
* `eh_personality`
2230
2231
* `exchange_free`
0 commit comments