<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/specialization/defaultimpl/validation.stderr, branch 1.87.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.87.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.87.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-03-04T17:45:18+00:00</updated>
<entry>
<title>Ensure that negative auto impls are always applicable</title>
<updated>2025-03-04T17:45:18+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2025-02-28T01:28:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3d62b279ddc2095b94aa5921540b27f3003365ff'/>
<id>urn:sha1:3d62b279ddc2095b94aa5921540b27f3003365ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Provide structured suggestion for `#![feature(foo)]`</title>
<updated>2024-03-18T16:08:58+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2024-03-07T22:09:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6c31f6ce1211a9f635526652eb85002850620277'/>
<id>urn:sha1:6c31f6ce1211a9f635526652eb85002850620277</id>
<content type='text'>
```
error: `S2&lt;'_&gt;` is forbidden as the type of a const generic parameter
  --&gt; $DIR/lifetime-in-const-param.rs:5:23
   |
LL | struct S&lt;'a, const N: S2&gt;(&amp;'a ());
   |                       ^^
   |
   = note: the only supported types are integers, `bool` and `char`
help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
   |
LL + #![feature(adt_const_params)]
   |
```

Fix #55941.
</content>
</entry>
<entry>
<title>Do not assemble candidates for default impls</title>
<updated>2024-02-13T19:20:13+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-02-13T19:20:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b4eee2e8b3bad92465959679901fd5ecb4ada743'/>
<id>urn:sha1:b4eee2e8b3bad92465959679901fd5ecb4ada743</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move /src/test to /tests</title>
<updated>2023-01-11T09:32:08+00:00</updated>
<author>
<name>Albert Larsan</name>
<email>74931857+albertlarsan68@users.noreply.github.com</email>
</author>
<published>2023-01-05T08:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cf2dff2b1e3fa55fa5415d524200070d0d7aacfe'/>
<id>urn:sha1:cf2dff2b1e3fa55fa5415d524200070d0d7aacfe</id>
<content type='text'>
</content>
</entry>
</feed>
