Closed gnzlbg closed 5 years ago
Syntex only sees Arr below as a Path, but we need to treat it as an array:
Arr
Path
type Arr = [i32; 4]; extern { fn foo(x: Arr); }
Syntex only sees
Arr
below as aPath
, but we need to treat it as an array: