rust/tests/codegen/sanitizer
bors 58dcd1fdb9 Auto merge of #123071 - rcvalle:rust-cfi-fix-method-fn-ptr-cast, r=compiler-errors
CFI: Fix methods as function pointer cast

Fix casting between methods and function pointers by assigning a secondary type id to methods with their concrete self so they can be used as function pointers.

This was split off from #116404.

cc `@compiler-errors` `@workingjubilee`
2024-03-29 09:04:05 +00:00
..
cfi Auto merge of #123071 - rcvalle:rust-cfi-fix-method-fn-ptr-cast, r=compiler-errors 2024-03-29 09:04:05 +00:00
kcfi CFI: Fix drop and drop_in_place 2024-03-27 12:52:14 -07:00
address-sanitizer-globals-tracking.rs
dataflow-instrument-functions.rs Add initial support for DataFlowSanitizer 2024-03-01 18:50:40 -08:00
kasan-emits-instrumentation.rs
memory-track-origins.rs
memtag-attr-check.rs
no-sanitize-inlining.rs
no-sanitize.rs
safestack-attr-check.rs
sanitizer-recover.rs
scs-attr-check.rs