about summary refs log tree commit diff
path: root/tests/rustdoc-js-std/parser-errors.js
diff options
context:
space:
mode:
authorJake <jake@jake.lol>2024-10-08 11:05:03 -0700
committerJake <jake@jake.lol>2024-10-08 11:05:03 -0700
commit4c5b250419822435fb98646f8fd8bdca7ec8abe2 (patch)
tree0be8bf55282e60ed9b9470c8ba1244a8dbf18884 /tests/rustdoc-js-std/parser-errors.js
parent84a16c49d4c23a3c2c16d058ce542ca52e07112a (diff)
downloadrust-4c5b250419822435fb98646f8fd8bdca7ec8abe2.tar.gz
rust-4c5b250419822435fb98646f8fd8bdca7ec8abe2.zip
hir-ty: change struct constructor formatting.
before, when formatting struct constructor for `struct S(usize, usize)` it would format as:

    extern "rust-call" S(usize, usize) -> S

but after this change, we'll format as:

    fn S(usize, usize) -> S
Diffstat (limited to 'tests/rustdoc-js-std/parser-errors.js')
0 files changed, 0 insertions, 0 deletions