<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/const-generics/std/const-generics-range.min.stderr, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-01-31T03:37:56+00:00</updated>
<entry>
<title>std::range</title>
<updated>2025-01-31T03:37:56+00:00</updated>
<author>
<name>Peter Jaszkowiak</name>
<email>p.jaszkow@gmail.com</email>
</author>
<published>2025-01-26T20:27:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=95eaadc773eb4adab8f46cd77083d1d503fd5bff'/>
<id>urn:sha1:95eaadc773eb4adab8f46cd77083d1d503fd5bff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(hir_analysis/wfcheck): don't leak {type error}</title>
<updated>2024-09-30T04:40:43+00:00</updated>
<author>
<name>Barrett Ray</name>
<email>onkoe@protonmail.com</email>
</author>
<published>2024-09-29T20:28:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c5598d6a9e0e8a46775f2c69e1278efee8223425'/>
<id>urn:sha1:c5598d6a9e0e8a46775f2c69e1278efee8223425</id>
<content type='text'>
avoid `{type error}` being leaked in user-facing messages,
particularly when using the `adt_const_params` feature
</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>make adt_const_params feature suggestion more consistent with others and only suggest it when the type can probably work</title>
<updated>2023-09-28T23:10:04+00:00</updated>
<author>
<name>asquared31415</name>
<email>34665709+asquared31415@users.noreply.github.com</email>
</author>
<published>2023-09-28T20:51:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b53a1b38089f30a34d932ad4030f3d529664c9df'/>
<id>urn:sha1:b53a1b38089f30a34d932ad4030f3d529664c9df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement custom diagnostic for ConstParamTy</title>
<updated>2023-06-01T18:21:42+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2023-05-17T04:05:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=847d50453c3e78399b3af193762673a220c23562'/>
<id>urn:sha1:847d50453c3e78399b3af193762673a220c23562</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>
