This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2026-05-01 07:13:24 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
236,443
Commits
10
Branches
157
Tags
38bf66077173e7d1e030d0f808be96d2b16e8e70
Commit Graph
1 Commits
Author
SHA1
Message
Date
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