mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-06 08:36:52 -04:00
298ec5258f
Turn off the MIR SROA optimization by default to prevent incorrect debuginfo generation and rustc ICEs caused by invalid LLVM IR being created. Related to #115113