Skip to content

Commit f7f8b20

Browse files
committed
rollup merge of #16780 : mdinger/marker_types
2 parents c638ef6 + 48a2876 commit f7f8b20

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/doc/rust.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2215,14 +2215,14 @@ These types help drive the compiler's analysis
22152215

22162216
* `begin_unwind`
22172217
: ___Needs filling in___
2218+
* `managed_bound`
2219+
: This type implements "managed"
22182220
* `no_copy_bound`
22192221
: This type does not implement "copy", even if eligible
22202222
* `no_send_bound`
22212223
: This type does not implement "send", even if eligible
2222-
* `no_sync_bound`
2223-
: This type does not implement "sync", even if eligible
2224-
* `managed_bound`
2225-
: This type implements "managed"
2224+
* `no_share_bound`
2225+
: This type does not implement "share", even if eligible
22262226
* `eh_personality`
22272227
: ___Needs filling in___
22282228
* `exchange_free`

0 commit comments

Comments
 (0)