We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a515b9f commit 831d2edCopy full SHA for 831d2ed
compiler/rustc_codegen_cranelift/src/intrinsics/mod.rs
@@ -720,7 +720,7 @@ fn codegen_regular_intrinsic_call<'tcx>(
720
dest.write_cvalue(fx, val);
721
};
722
723
- pref_align_of | needs_drop | type_id | type_name | variant_count, () {
+ pref_align_of | needs_drop | type_id | type_name | variant_count | validity_invariants_of, () {
724
let const_val =
725
fx.tcx.const_eval_instance(ParamEnv::reveal_all(), instance, None).unwrap();
726
let val = crate::constant::codegen_const_value(
0 commit comments