rust/library
bors 9a7b7d5e50 Auto merge of - notriddle:notriddle/rustdoc-fn, r=petrochenkov,GuillaumeGomez
Improve the function pointer docs

This is  but for function pointers instead of tuples. The concept is basically the same.

* Reduce duplicate impls; show `fn (T₁, T₂, …, Tₙ)` and include a sentence saying that there exists up to twelve of them.
* Show `Copy` and `Clone`.
* Show auto traits like `Send` and `Sync`, and blanket impls like `Any`.

https://notriddle.com/notriddle-rustdoc-test/std/primitive.fn.html
2022-07-19 19:36:57 +00:00
..
alloc Rollup merge of - RalfJung:alloc-null-ptr, r=JohnTitor 2022-07-18 21:14:45 +05:30
backtrace@4e5a3f7292
core Auto merge of - notriddle:notriddle/rustdoc-fn, r=petrochenkov,GuillaumeGomez 2022-07-19 19:36:57 +00:00
panic_abort
panic_unwind
portable-simd
proc_macro proc_macro: Move subspan to be a method on Span in the bridge 2022-07-18 13:06:51 -04:00
profiler_builtins
rtstartup
rustc-std-workspace-alloc
rustc-std-workspace-core
rustc-std-workspace-std
std Improve the function pointer docs 2022-07-19 08:52:24 -07:00
stdarch@28335054b1
test Fix binary name in help message for test binaries 2022-07-09 18:52:37 -04:00
unwind