mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03: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