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 bf5d114 commit 6086dd6Copy full SHA for 6086dd6
tests/mir-opt/const_prop/indirect.rs
@@ -1,9 +1,11 @@
1
-// skip-filecheck
2
// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
3
// unit-test: ConstProp
4
// compile-flags: -C overflow-checks=on
5
6
// EMIT_MIR indirect.main.ConstProp.diff
7
fn main() {
+ // CHECK-LABEL: fn main(
8
+ // CHECK: debug x => [[x:_.*]];
9
+ // CHECK: [[x]] = const 3_u8;
10
let x = (2u32 as u8) + 1;
11
}
0 commit comments