rust/compiler/rustc_ast_passes/src
bors 6ec3993ef4 Auto merge of #97842 - notriddle:notriddle/tuple-docs, r=jsha,GuillaumeGomez
Improve the tuple and unit trait docs

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

Here's the new version:

* <https://notriddle.com/notriddle-rustdoc-test/std/primitive.tuple.html>
* <https://notriddle.com/notriddle-rustdoc-test/std/primitive.unit.html>
2022-06-16 11:13:30 +00:00
..
ast_validation.rs remove unnecessary to_string and String::new 2022-06-13 15:48:40 +09:00
feature_gate.rs Auto merge of #97842 - notriddle:notriddle/tuple-docs, r=jsha,GuillaumeGomez 2022-06-16 11:13:30 +00:00
lib.rs Warn users about || in let chain expressions 2022-03-09 15:04:09 -03:00
node_count.rs Introduce LifetimeCtxt. 2022-05-20 12:25:05 +02:00
show_span.rs Adopt let else in more places 2022-02-19 17:27:43 +01:00