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 7f0f9f6 commit a517adcCopy full SHA for a517adc
src/base.rs
@@ -780,7 +780,7 @@ fn codegen_stmt<'tcx>(
780
NullOp::OffsetOf(fields) => {
781
layout.offset_of_subfield(fx, fields.iter()).bytes()
782
}
783
- NullOp::UbCheck(_) => {
+ NullOp::UbChecks => {
784
let val = fx.tcx.sess.opts.debug_assertions;
785
let val = CValue::by_val(
786
fx.bcx.ins().iconst(types::I8, i64::try_from(val).unwrap()),
0 commit comments