rust/library
Matthias Krüger 19580d56c2
Rollup merge of #119424 - ojeda:send-sync, r=est31
Primitive docs: fix confusing `Send` in `&T`'s list

The two lists in this document describe what traits are implemented on references when their underlying `T` also implements them. However, while it is true that `T: Send + Sync` implies `&T: Send` (which is what the sentence is trying to explain), it is confusing to have `Send` in the list because `T: Send` is not needed for that. In particular, the "also require" part may be interpreted as "both `T: Send` and `T: Sync` are required".

Instead, move `Send` back to where it was before commit 7a477869b7 ("Makes docs for references a little less confusing"), i.e. to the `&mut` list (where no extra nota is needed, i.e. it fits naturally) and move the `Sync` definition/note to the bottom as something independent.
2023-12-30 11:42:04 +01:00
..
alloc Rollup merge of #119158 - JohnTheCoolingFan:arc-weak-clone-pretty, r=cuviper 2023-12-30 11:42:02 +01:00
backtrace@6145fe6bac
core Rollup merge of #119424 - ojeda:send-sync, r=est31 2023-12-30 11:42:04 +01:00
panic_abort add teeos std impl 2023-12-07 10:33:03 +08:00
panic_unwind
portable-simd Fix target_feature config in portable-simd 2023-12-14 14:50:32 +01:00
proc_macro Add support for --env on tracked_env::var 2023-12-11 16:44:33 +01:00
profiler_builtins
rtstartup
rustc-std-workspace-alloc
rustc-std-workspace-core
rustc-std-workspace-std
std Rollup merge of #119235 - Urgau:missing-feature-gate-sanitizer-cfi-cfgs, r=Nilstrieb 2023-12-26 13:29:13 -05:00
stdarch@f4528dd6e8
sysroot
test remove redundant imports 2023-12-10 10:56:22 +08:00
unwind