]> git.proxmox.com Git - rustc.git/blobdiff - tests/mir-opt/dest-prop/copy_propagation_arg.rs
Update upstream source from tag 'upstream/1.70.0+dfsg1'
[rustc.git] / tests / mir-opt / dest-prop / copy_propagation_arg.rs
index 31be6c931393db19261c67abd63a73e41675cbc1..57cb328c231b3f239d3f414d4bec0cc4079af897 100644 (file)
@@ -1,3 +1,4 @@
+// ignore-wasm32 compiled with panic=abort by default
 // Check that DestinationPropagation does not propagate an assignment to a function argument
 // (doing so can break usages of the original argument value)
 // unit-test: DestinationPropagation