rust/compiler/rustc_ast_lowering
Jubilee 0f77e836c6
Rollup merge of #142983 - compiler-errors:taint-invalid-call-abi, r=workingjubilee
Taint body on invalid call ABI

Fixes https://github.com/rust-lang/rust/issues/142969

I'm not certain if there are any other paths that should be tainted, but they would operate similarly. Perhaps pointer coercion.

Introduces `extern "rust-invalid"` for testing purposes.

r? ```@workingjubilee``` or ```@oli-obk``` (or anyone)
2025-06-24 19:45:36 -07:00
..
src Rollup merge of #142983 - compiler-errors:taint-invalid-call-abi, r=workingjubilee 2025-06-24 19:45:36 -07:00
Cargo.toml Rewrite #[track_caller] 2025-06-24 23:00:31 +02:00
messages.ftl Rollup merge of #141610 - BoxyUwU:stabilize_generic_arg_infer, r=lcnr,traviscross 2025-06-18 18:06:49 +02:00