about summary refs log tree commit diff
path: root/tests/rustdoc-js-std/parser-errors.js
diff options
context:
space:
mode:
authorJubilee <46493976+workingjubilee@users.noreply.github.com>2023-04-09 21:26:40 -0700
committerGitHub <noreply@github.com>2023-04-09 21:26:40 -0700
commitceb26115928c5c69b10268fd2f9e500865c142d6 (patch)
tree4dfbff3baa418942cf620eb6faf1b1a69ee5f9c7 /tests/rustdoc-js-std/parser-errors.js
parent90f2af774ae3149ad52ec6bb2d48649b72844a2c (diff)
downloadrust-ceb26115928c5c69b10268fd2f9e500865c142d6.tar.gz
rust-ceb26115928c5c69b10268fd2f9e500865c142d6.zip
Remove formats `[T; N]` does not impl (rust-lang/portable-simd#337)
Remove these extra formatting traits, as they are
inconsistent with how arrays and slices format,
and it can cause unnecessary code bloat in binaries.
We can revisit this if people ever agree on doing these
formatters for the other slice-y types.

Prefer to dispatch to the `impl `fmt::Debug for [T]`,
to reduce the chances of monomorphizing twice.
Inlining it seems like a good idea for similar reasons?
Diffstat (limited to 'tests/rustdoc-js-std/parser-errors.js')
0 files changed, 0 insertions, 0 deletions