Files
rust/compiler
msizanoen 751ecde064 rustc_target/riscv: Fix passing of transparent unions with only one non-ZST member
This ensures that `MaybeUninit<T>` has the same ABI as `T` when passed
through an `extern "C"` function.

Fixes https://github.com/rust-lang/rust/issues/115481.
2023-09-19 12:06:33 +02:00
..
2023-08-23 20:05:14 -04:00
2023-07-03 07:20:51 +00:00
2023-08-23 20:05:14 -04:00
2023-08-23 20:05:14 -04:00
2023-09-18 17:29:13 +01:00