We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76da10e commit b56c78fCopy full SHA for b56c78f
tests/mir-opt/dataflow-const-prop/default_boxed_slice.rs
@@ -20,6 +20,6 @@ fn main() {
20
// CHECK: debug a => [[a:_.*]];
21
// We may check other inlined functions as well...
22
23
- // CHECK: {{_.*}} = const Box::<[bool]>(
+ // CHECK: {{_.*}} = {{(const )?}}Box::<[bool]>(
24
let a: A = A { foo: Box::default() };
25
}
0 commit comments