<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/codegen/array-optimized.rs, branch 1.75.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.75.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.75.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-10-07T07:10:32+00:00</updated>
<entry>
<title>Copy 1-element arrays as scalars, not vectors</title>
<updated>2023-10-07T07:10:32+00:00</updated>
<author>
<name>Scott McMurray</name>
<email>scottmcm@users.noreply.github.com</email>
</author>
<published>2023-10-06T08:17:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ae9cec58394d7a38aac17e2873d213d5fcd85f7a'/>
<id>urn:sha1:ae9cec58394d7a38aac17e2873d213d5fcd85f7a</id>
<content type='text'>
For `[T; 1]` it's silly to copy as `&lt;1 x T&gt;` when we can just copy as `T`.
</content>
</entry>
</feed>
