Skip to content

Commit 8a8fbe3

Browse files
committed
Remove remaining uses of old fixed-length vec syntax
1 parent f3df50f commit 8a8fbe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-pass/issue-3656.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use libc::*;
66

77
struct KEYGEN {
8-
hash_algorithm: [c_uint]/2,
8+
hash_algorithm: [c_uint * 2],
99
count: uint32_t,
1010
salt: *c_void,
1111
salt_size: uint32_t,

0 commit comments

Comments
 (0)