This website requires JavaScript.
Explore
Help
Sign In
itsscb
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2026-03-19 14:51:05 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6efddac288643c4b0bc85ea317ea275e6cb4739f
rust
/
tests
/
codegen
/
array-optimized.rs
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
895 B
Raw
Blame
History
View Raw
Reference in New Issue
View Git Blame
Copy Permalink