about summary refs log tree commit diff
path: root/tests/mir-opt/jump_threading.aggregate.JumpThreading.panic-unwind.diff
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2024-03-10 14:05:11 +0100
committerRalf Jung <post@ralfj.de>2024-03-10 14:59:41 +0100
commit7d99e80c55486780b59c3b947b20e72344a3bdb2 (patch)
tree99519605d4e37af25e9a5ac2e1cc7b67262d036c /tests/mir-opt/jump_threading.aggregate.JumpThreading.panic-unwind.diff
parent3521a2f2f317cb978063842485c7d1bc86ec82b6 (diff)
downloadrust-7d99e80c55486780b59c3b947b20e72344a3bdb2.tar.gz
rust-7d99e80c55486780b59c3b947b20e72344a3bdb2.zip
MIR printing: print the path of uneval'd const; refer to promoteds in a consistent way
Diffstat (limited to 'tests/mir-opt/jump_threading.aggregate.JumpThreading.panic-unwind.diff')
-rw-r--r--tests/mir-opt/jump_threading.aggregate.JumpThreading.panic-unwind.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mir-opt/jump_threading.aggregate.JumpThreading.panic-unwind.diff b/tests/mir-opt/jump_threading.aggregate.JumpThreading.panic-unwind.diff
index 66aa892c6f3..e955e669014 100644
--- a/tests/mir-opt/jump_threading.aggregate.JumpThreading.panic-unwind.diff
+++ b/tests/mir-opt/jump_threading.aggregate.JumpThreading.panic-unwind.diff
@@ -16,7 +16,7 @@
   
       bb0: {
           StorageLive(_4);
-          _4 = const _;
+          _4 = const aggregate::FOO;
           StorageLive(_2);
           _2 = (_4.0: u8);
           StorageLive(_3);