about summary refs log tree commit diff
path: root/tests/codegen/array-optimized.rs
AgeCommit message (Collapse)AuthorLines
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
2023-10-07Copy 1-element arrays as scalars, not vectorsScott McMurray-0/+33
For `[T; 1]` it's silly to copy as `<1 x T>` when we can just copy as `T`.