rust/tests/run-make/extern-fn-struct-passing-abi
Josh Triplett a105cd6066 Use field init shorthand where possible
Field init shorthand allows writing initializers like `tcx: tcx` as
`tcx`. The compiler already uses it extensively. Fix the last few places
where it isn't yet used.
2024-12-17 14:33:10 -08:00
..
rmake.rs rewrite extern-fn-struct-passing-abi to rmake 2024-07-17 15:33:07 -04:00
test.c extern-fn-struct-passing-abi test: ensure we don't start passing struct with natural alignment > 8 by reference 2023-07-10 19:19:38 -04:00
test.rs Use field init shorthand where possible 2024-12-17 14:33:10 -08:00