diff options
| author | Ralf Jung <post@ralfj.de> | 2023-09-12 14:44:38 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2023-09-14 11:56:55 +0200 |
| commit | b18c0a8c4e641d97406fc574d965a74ec4cda3d1 (patch) | |
| tree | b8e91810f85c76c6e8373694600e02e157b3252c /tests/mir-opt/const_prop/mutable_variable_aggregate.main.ConstProp.diff | |
| parent | 0a6e263b9f57ffeda85404943475b22302429bfa (diff) | |
| download | rust-b18c0a8c4e641d97406fc574d965a74ec4cda3d1.tar.gz rust-b18c0a8c4e641d97406fc574d965a74ec4cda3d1.zip | |
fix clippy (and MIR printing) handling of ConstValue::Indirect slices
Diffstat (limited to 'tests/mir-opt/const_prop/mutable_variable_aggregate.main.ConstProp.diff')
| -rw-r--r-- | tests/mir-opt/const_prop/mutable_variable_aggregate.main.ConstProp.diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mir-opt/const_prop/mutable_variable_aggregate.main.ConstProp.diff b/tests/mir-opt/const_prop/mutable_variable_aggregate.main.ConstProp.diff index 3f3135ff4fe..56a127ae31e 100644 --- a/tests/mir-opt/const_prop/mutable_variable_aggregate.main.ConstProp.diff +++ b/tests/mir-opt/const_prop/mutable_variable_aggregate.main.ConstProp.diff @@ -27,7 +27,7 @@ } + } + -+ alloc6 (size: 8, align: 4) { ++ alloc7 (size: 8, align: 4) { + 2a 00 00 00 63 00 00 00 │ *...c... + } + |
