<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/const-generics, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-09-29T03:28:52+00:00</updated>
<entry>
<title>Make replacement suggestion `_` in type verbose</title>
<updated>2025-09-29T03:28:52+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2025-09-29T03:28:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=eceb48534a4fdabfaf378ea02a2c5cd43b8c52a5'/>
<id>urn:sha1:eceb48534a4fdabfaf378ea02a2c5cd43b8c52a5</id>
<content type='text'>
```
error[E0121]: the placeholder `_` is not allowed within types on item signatures for return types
  --&gt; $DIR/in-signature.rs:6:21
   |
LL | fn arr_fn() -&gt; [u8; _] {
   |                     ^ not allowed in type signatures
   |
help: replace with the correct return type
   |
LL - fn arr_fn() -&gt; [u8; _] {
LL + fn arr_fn() -&gt; [u8; 3] {
   |
```
</content>
</entry>
<entry>
<title>Rollup merge of #146894 - tiif:suggest_feature_attr, r=BoxyUwU</title>
<updated>2025-09-24T21:33:27+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>476013+matthiaskrgr@users.noreply.github.com</email>
</author>
<published>2025-09-24T21:33:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6351a634864dc48a7ac61942304cc53b271ebdeb'/>
<id>urn:sha1:6351a634864dc48a7ac61942304cc53b271ebdeb</id>
<content type='text'>
Improve derive suggestion of const param

Make the suggestion not to remove the adt and use the name of the adt variant in the diagnostic.

r? `@BoxyUwU`
</content>
</entry>
<entry>
<title>Improve the pretty print of UnstableFeature clause</title>
<updated>2025-09-24T15:22:10+00:00</updated>
<author>
<name>tiif</name>
<email>pekyuan@gmail.com</email>
</author>
<published>2025-09-19T07:07:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4e62715541925e1a62aebb3b8a0f633a674b808d'/>
<id>urn:sha1:4e62715541925e1a62aebb3b8a0f633a674b808d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve derive suggestion of const param</title>
<updated>2025-09-24T13:29:23+00:00</updated>
<author>
<name>tiif</name>
<email>pekyuan@gmail.com</email>
</author>
<published>2025-09-22T15:50:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=30289353e8e04eff33a0e533b6b398c308b24025'/>
<id>urn:sha1:30289353e8e04eff33a0e533b6b398c308b24025</id>
<content type='text'>
Make the suggestion not to remove the adt and use the name of the adt
variant
</content>
</entry>
<entry>
<title>Rollup merge of #145095 - tiif:unstable_const_param, r=BoxyUwU</title>
<updated>2025-09-16T00:25:38+00:00</updated>
<author>
<name>Stuart Cook</name>
<email>Zalathar@users.noreply.github.com</email>
</author>
<published>2025-09-16T00:25:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=edd6721583f46a2fa4723709fcfcef4fd56b6935'/>
<id>urn:sha1:edd6721583f46a2fa4723709fcfcef4fd56b6935</id>
<content type='text'>
Migrate `UnsizedConstParamTy`  to unstable impl of `ConstParamTy_`

Now that we have ``#[unstable_feature_bound]``, we can remove ``UnsizedConstParamTy`` that was meant to be an unstable impl of stable type and ``ConstParamTy_`` trait.

r? `@BoxyUwU`
</content>
</entry>
<entry>
<title>Fix the testcases to not use UnsizedConstParamTy</title>
<updated>2025-09-15T09:01:22+00:00</updated>
<author>
<name>tiif</name>
<email>pekyuan@gmail.com</email>
</author>
<published>2025-09-15T09:01:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0bd2ee3a0c260894eb92f5f0f5f8dd56182cda3f'/>
<id>urn:sha1:0bd2ee3a0c260894eb92f5f0f5f8dd56182cda3f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #143314 - tshepang:fix-filename, r=compiler-errors</title>
<updated>2025-09-15T04:03:44+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>476013+matthiaskrgr@users.noreply.github.com</email>
</author>
<published>2025-09-15T04:03:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f96bc5c378b27426c7fed4d886d20fcb92858d76'/>
<id>urn:sha1:f96bc5c378b27426c7fed4d886d20fcb92858d76</id>
<content type='text'>
add reference id to test, and fix filename

Noticed the filename is wrong, then took advantage of being there by adding Reference id
</content>
</entry>
<entry>
<title>Split AssocContainer::{InherentImpl,TraitImpl}</title>
<updated>2025-09-12T20:14:15+00:00</updated>
<author>
<name>Cameron Steffen</name>
<email>cam.steffen94@gmail.com</email>
</author>
<published>2025-08-13T20:24:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9615ec7d108399501d7d48f4aeac46561ef31fc8'/>
<id>urn:sha1:9615ec7d108399501d7d48f4aeac46561ef31fc8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #144765 - Qelxiros:range-inclusive-last, r=jhpratt</title>
<updated>2025-09-10T12:17:37+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>476013+matthiaskrgr@users.noreply.github.com</email>
</author>
<published>2025-09-10T12:17:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d0ba5e33ff7e05f6ccd365fe97b822e33beaed6b'/>
<id>urn:sha1:d0ba5e33ff7e05f6ccd365fe97b822e33beaed6b</id>
<content type='text'>
inclusive `Range`s: change `end` to `last`

Tracking issue: rust-lang/rust#125687
ACP: rust-lang/libs-team#511
</content>
</entry>
<entry>
<title>change end to last</title>
<updated>2025-09-09T02:07:43+00:00</updated>
<author>
<name>Jeremy Smart</name>
<email>jeremy3141592@gmail.com</email>
</author>
<published>2025-08-01T03:27:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8d0c07f1a1ccc46f58d2c6dbf0dbf32dc0b0d6b9'/>
<id>urn:sha1:8d0c07f1a1ccc46f58d2c6dbf0dbf32dc0b0d6b9</id>
<content type='text'>
</content>
</entry>
</feed>
