rust/compiler/rustc_monomorphize
bjorn3 1e6f7845ed Avoid encoding optimized MIR for constructors
We only use mir_for_ctfe for them anyway in instance_mir. This does
prevent MIR inlining of constructor calls, but constructor calls that
are inlinable during MIR optimizations are rare anyway given that MIR
building already inlines all direct calls to constructors.
2026-02-04 16:00:33 +00:00
..
src Avoid encoding optimized MIR for constructors 2026-02-04 16:00:33 +00:00
Cargo.toml Ensure that static initializers are acyclic for NVPTX 2026-01-06 17:00:21 +01:00
messages.ftl Fix capitalization of error messages 2026-01-18 22:40:55 +01:00