Files
rust/compiler/rustc_symbol_mangling/src
bors 7762adccb2 Auto merge of #122456 - maurer:cfi-nonpassed, r=workingjubilee
CFI: Skip non-passed arguments

Rust will occasionally rely on fn((), X) -> Y being compatible with fn(X) -> Y, since () is a non-passed argument. Relax CFI by choosing not to encode non-passed arguments.

This PR was split off from #121962 as part of fixing the larger vtable compatibility issues.

r? `@workingjubilee`
2024-03-22 06:09:40 +00:00
..
2024-03-21 22:26:26 +00:00
2024-03-11 09:15:09 +11:00
2024-02-06 13:12:33 +11:00
2024-03-21 14:27:11 +01:00
2024-02-29 14:58:21 -08:00