6e172c5fde
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 |
||
---|---|---|
.. | ||
cross-crate | ||
extern | ||
foreign | ||
issues | ||
mir | ||
numbers-arithmetic | ||
statics | ||
struct-enums | ||
union | ||
abi-sysv64-arg-passing.rs | ||
abi-sysv64-register-usage.rs | ||
abi-typo-unstable.rs | ||
abi-typo-unstable.stderr | ||
anon-extern-mod.rs | ||
arm-unadjusted-intrinsic.rs | ||
c-stack-as-value.rs | ||
c-stack-returning-int64.rs | ||
cabi-int-widening.rs | ||
compatibility.rs | ||
debug.rs | ||
debug.stderr | ||
explicit_repr_rust.rs | ||
homogenous-floats-target-feature-mixup.rs | ||
issue-28676.rs | ||
lib-defaults.rs | ||
nullable-pointer-ffi-compat.rs | ||
relocation_model_pic.rs | ||
riscv-discoverability-guidance.riscv32.stderr | ||
riscv-discoverability-guidance.riscv64.stderr | ||
riscv-discoverability-guidance.rs | ||
rustcall-generic.rs | ||
segfault-no-out-of-stack.rs | ||
stack-probes-lto.rs | ||
stack-probes.rs | ||
stack-protector.rs | ||
unsized-args-in-c-abi-issues-94223-115845.rs | ||
unsupported.aarch64.stderr | ||
unsupported.arm.stderr | ||
unsupported.i686.stderr | ||
unsupported.riscv32.stderr | ||
unsupported.riscv64.stderr | ||
unsupported.rs | ||
unsupported.x64.stderr | ||
variadic-ffi.rs | ||
x86stdcall2.rs | ||
x86stdcall.rs |