rust/compiler
Scott McMurray ae9cec5839 Copy 1-element arrays as scalars, not vectors
For `[T; 1]` it's silly to copy as `<1 x T>` when we can just copy as `T`.
2023-10-07 00:10:32 -07:00
..
2023-10-04 18:12:20 +11:00
2023-10-05 11:15:34 +03:00
2023-10-05 11:15:34 +03:00