diff options
| author | bohan <bohan-zhang@foxmail.com> | 2023-11-24 00:54:06 +0800 |
|---|---|---|
| committer | bohan <bohan-zhang@foxmail.com> | 2023-11-24 00:54:06 +0800 |
| commit | fc87d6e23d23ee267269106b9566ad17e1dc4d3e (patch) | |
| tree | 9702f2293468eb5f0b581daaa441974f7a0eadc7 /tests/mir-opt/dataflow-const-prop/inherit_overflow.main.DataflowConstProp.panic-unwind.diff | |
| parent | 91f7f266ce973a08e6e700f9ce815f7b61d347e9 (diff) | |
| download | rust-fc87d6e23d23ee267269106b9566ad17e1dc4d3e.tar.gz rust-fc87d6e23d23ee267269106b9566ad17e1dc4d3e.zip | |
add track_caller for arith ops
Diffstat (limited to 'tests/mir-opt/dataflow-const-prop/inherit_overflow.main.DataflowConstProp.panic-unwind.diff')
| -rw-r--r-- | tests/mir-opt/dataflow-const-prop/inherit_overflow.main.DataflowConstProp.panic-unwind.diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mir-opt/dataflow-const-prop/inherit_overflow.main.DataflowConstProp.panic-unwind.diff b/tests/mir-opt/dataflow-const-prop/inherit_overflow.main.DataflowConstProp.panic-unwind.diff index e99ac782a2f..c0b26080f56 100644 --- a/tests/mir-opt/dataflow-const-prop/inherit_overflow.main.DataflowConstProp.panic-unwind.diff +++ b/tests/mir-opt/dataflow-const-prop/inherit_overflow.main.DataflowConstProp.panic-unwind.diff @@ -8,7 +8,7 @@ let mut _3: u8; scope 1 { } - scope 2 (inlined <u8 as Add>::add) { + scope 2 (inlined #[track_caller] <u8 as Add>::add) { debug self => _2; debug other => _3; let mut _4: (u8, bool); |
