rust/compiler/rustc_error_messages/locales/en-US
bors 9a7b7d5e50 Auto merge of #98180 - notriddle:notriddle/rustdoc-fn, r=petrochenkov,GuillaumeGomez
Improve the function pointer docs

This is #97842 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
..
borrowck.ftl Migrate some rustc_borrowck diagnostics to SessionDiagnostic 2022-06-28 22:41:56 +00:00
builtin_macros.ftl Use dashes instead of underscores in fluent names 2022-07-08 03:37:36 +00:00
const_eval.ftl simplify plurals in fluent messages using hir::ConstContext 2022-07-08 03:48:10 +00:00
expand.ftl use subdiagnostic for message 2022-07-10 23:43:46 +00:00
lint.ftl Update invalid atomic ordering lint 2022-07-18 12:02:11 +02:00
parser.ftl
passes.ftl rustdoc: extend #[doc(tuple_variadic)] to fn pointers 2022-07-17 16:32:06 -07:00
privacy.ftl errors: lint on LintDiagnosticBuilder::build 2022-07-15 16:13:47 +01:00
typeck.ftl