mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
691a5f3883
CFI: Fix SIGILL reached via trait objects Fix #106547 by transforming the concrete self into a reference to a trait object before emitting type metadata identifiers for trait methods.