Skip to content

Commit 616ea4c

Browse files
committed
---
yaml --- r: 4401 b: refs/heads/master c: 6bb6922 h: refs/heads/master i: 4399: c7160f4 v: v3
1 parent fe2ba94 commit 616ea4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: e351ad762de1b5254f12d5086f9a911d08429c34
2+
refs/heads/master: 6bb6922c28e24afa3dc6e893e016bcdb07f4750e

trunk/src/rt/rust_shape.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ struct type_param {
230230
return NULL;
231231

232232
type_param *ptrs = arena.alloc<type_param>(n_params);
233-
for (int i = 0; i < n_params; i++) {
233+
for (uint32_t i = 0; i < n_params; i++) {
234234
const type_desc *subtydesc = tydesc->first_param[i];
235235
ptrs[i].shape = subtydesc->shape;
236236
ptrs[i].tables = subtydesc->shape_tables;

0 commit comments

Comments
 (0)