This blog post discusses a linking issue encountered when combining LTO'd Rust and C++ code, specifically related to the handling of module summaries under the -Clto=fat compilation flag. It highlights the interaction between Clang's CFI sanitization and Rust's handling of bitcode summaries, querying whether Rust should emit summaries unconditionally in fat LTO scenarios for consistency and compatibility with CFI expectations.