about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/query/mod.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-04-04 06:40:30 +0000
committerbors <bors@rust-lang.org>2024-04-04 06:40:30 +0000
commit29fe618f750c5ff7f8fb75871e75280b569b4e67 (patch)
tree747f3dccf023ced8cd16cf112a5d66153e13f8dc /compiler/rustc_middle/src/query/mod.rs
parent43f4f2a3b1a3d3fb3dbbbe4fde33fb97c780ee98 (diff)
parent473a70de8457645df7a49558d6ba27405f966ee0 (diff)
downloadrust-29fe618f750c5ff7f8fb75871e75280b569b4e67.tar.gz
rust-29fe618f750c5ff7f8fb75871e75280b569b4e67.zip
Auto merge of #123052 - maurer:addr-taken, r=compiler-errors
CFI: Support function pointers for trait methods

Adds support for both CFI and KCFI for function pointers to trait methods by attaching both concrete and abstract types to functions.

KCFI does this through generation of a `ReifyShim` on any function pointer for a method that could go into a vtable, and keeping this separate from `ReifyShim`s that are *intended* for vtable us by setting a `ReifyReason` on them.

CFI does this by setting both the concrete and abstract type on every instance.

This should land after #123024 or a similar PR, as it diverges the implementation of CFI vs KCFI.

r? `@compiler-errors`
Diffstat (limited to 'compiler/rustc_middle/src/query/mod.rs')
0 files changed, 0 insertions, 0 deletions