]> git.lizzy.rs Git - rust.git/blobdiff - src/test/mir-opt/unreachable_asm.main.UnreachablePropagation.diff
Suppress "const" prefix of FnDef in MIR dump
[rust.git] / src / test / mir-opt / unreachable_asm.main.UnreachablePropagation.diff
index da50cfe63fa4178e4885746535241321767aa2a6..5caacf84ca657f06f1ac205e03493658d78f1e20 100644 (file)
@@ -22,7 +22,7 @@
   
       bb0: {
           StorageLive(_1);                 // scope 0 at $DIR/unreachable_asm.rs:11:23: 11:30
-          _1 = const empty() -> bb1;       // scope 0 at $DIR/unreachable_asm.rs:11:23: 11:30
+          _1 = empty() -> bb1;             // scope 0 at $DIR/unreachable_asm.rs:11:23: 11:30
                                            // mir::Constant
                                            // + span: $DIR/unreachable_asm.rs:11:23: 11:28
                                            // + literal: Const { ty: fn() -> std::option::Option<Empty> {empty}, val: Value(Scalar(<ZST>)) }