Skip to content

Commit 9e39c35

Browse files
committed
Update IR
1 parent 2d0d3b3 commit 9e39c35

4 files changed

Lines changed: 10 additions & 5 deletions

File tree

rules/string/ir_refcount.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
{
1111
"placeholder": {
1212
"arg": 0,
13-
"access": "read"
13+
"access": "read",
14+
"needs_autoref": true
1415
}
1516
},
1617
{

rules/string/ir_unsafe.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
{
1111
"placeholder": {
1212
"arg": 0,
13-
"access": "read"
13+
"access": "read",
14+
"needs_autoref": true
1415
}
1516
},
1617
{
@@ -1194,7 +1195,8 @@
11941195
{
11951196
"placeholder": {
11961197
"arg": 0,
1197-
"access": "write"
1198+
"access": "write",
1199+
"needs_autoref": true
11981200
}
11991201
},
12001202
{

rules/vector/ir_refcount.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2098,7 +2098,8 @@
20982098
{
20992099
"placeholder": {
21002100
"arg": 0,
2101-
"access": "read"
2101+
"access": "read",
2102+
"needs_autoref": true
21022103
}
21032104
},
21042105
{

rules/vector/ir_unsafe.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2775,7 +2775,8 @@
27752775
{
27762776
"placeholder": {
27772777
"arg": 0,
2778-
"access": "write"
2778+
"access": "write",
2779+
"needs_autoref": true
27792780
}
27802781
},
27812782
{

0 commit comments

Comments
 (0)