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.
2 parents c638ef6 + 48a2876 commit f7f8b20Copy full SHA for f7f8b20
src/doc/rust.md
@@ -2215,14 +2215,14 @@ These types help drive the compiler's analysis
2215
2216
* `begin_unwind`
2217
: ___Needs filling in___
2218
+* `managed_bound`
2219
+ : This type implements "managed"
2220
* `no_copy_bound`
2221
: This type does not implement "copy", even if eligible
2222
* `no_send_bound`
2223
: This type does not implement "send", even if eligible
-* `no_sync_bound`
- : This type does not implement "sync", even if eligible
2224
-* `managed_bound`
2225
- : This type implements "managed"
+* `no_share_bound`
+ : This type does not implement "share", even if eligible
2226
* `eh_personality`
2227
2228
* `exchange_free`
0 commit comments