Skip to content

Commit 6c8e94f

Browse files
committed
rustc: Change the default interior vector length to 4 per science
1 parent a77180f commit 6c8e94f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/comp/back/abi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const int closure_elt_bindings = 2;
104104

105105
const int closure_elt_ty_params = 3;
106106

107-
const uint ivec_default_length = 8u;
107+
const uint ivec_default_length = 4u;
108108

109109
const uint ivec_elt_len = 0u;
110110

0 commit comments

Comments
 (0)