about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2024-02-17 14:47:44 +0000
committerMatthew Maurer <mmaurer@google.com>2024-03-21 22:26:26 +0000
commitf2f0d255df8d8345a481b949b63a35bcc5db7f2f (patch)
tree0bfcf1cb01ae3899b1777434d0febb5d0af4a7c4 /compiler/rustc_const_eval/src
parente3df96cfda905301fc8514e000f942222c1ab6ad (diff)
downloadrust-f2f0d255df8d8345a481b949b63a35bcc5db7f2f.tar.gz
rust-f2f0d255df8d8345a481b949b63a35bcc5db7f2f.zip
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.
Diffstat (limited to 'compiler/rustc_const_eval/src')
0 files changed, 0 insertions, 0 deletions