]> git.lizzy.rs Git - rust.git/blobdiff - src/test/codegen/refs.rs
Auto merge of #69986 - JohnTitor:rollup-h0809mf, r=JohnTitor
[rust.git] / src / test / codegen / refs.rs
index cbb9942347673a03f18b41952a29ced69520614a..15f99fd0c22a023094251b5f4511dfb0fb07d149 100644 (file)
@@ -3,7 +3,7 @@
 #![crate_type = "lib"]
 
 // Hack to get the correct size for the length part in slices
-// CHECK: @helper([[USIZE:i[0-9]+]] %arg0)
+// CHECK: @helper([[USIZE:i[0-9]+]] %_1)
 #[no_mangle]
 pub fn helper(_: usize) {
 }