diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-05-11 23:43:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-11 23:43:23 +0200 |
| commit | 6e172c5fde5d2a39a3de69b29fd7b20eed4ec3d6 (patch) | |
| tree | 6a178cb20189b5dab1b6148e9b0615209d8f58e3 /tests/rustdoc-js-std/parser-reference.js | |
| parent | 3349155ac082ed9034404428c8402e42a165d3d8 (diff) | |
| parent | b91c1aafecdd804f3d12eae857671d2059e87c2e (diff) | |
| download | rust-6e172c5fde5d2a39a3de69b29fd7b20eed4ec3d6.tar.gz rust-6e172c5fde5d2a39a3de69b29fd7b20eed4ec3d6.zip | |
Rollup merge of #124096 - saethlin:rust-dbg-call, r=Nilstrieb
Clean up users of rust_dbg_call `rust_dbg_call` is a C test helper that until this PR was declared in C with `void*` arguments and used in Rust _mostly_ with `libc::uintptr_t` arguments. Nearly every user just wants to pass integers around, so I've changed all users to `uint64_t` or `u64`. The single test that actually used the pointer-ness of the argument is a test for ensuring that Rust can make extern calls outside of tasks. Rust hasn't had tasks for quite a few years now, so I'm deleting that test under the same logic as the test deleted in https://github.com/rust-lang/rust/pull/124073
Diffstat (limited to 'tests/rustdoc-js-std/parser-reference.js')
0 files changed, 0 insertions, 0 deletions
