<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/const_prop, branch auto</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=auto</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=auto'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-06-24T18:59:42+00:00</updated>
<entry>
<title>Make missing lifetime suggestion verbose</title>
<updated>2025-06-24T18:59:42+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2025-06-24T18:59:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=250b5d204f499c326699b0e2adf7d7757e55f16c'/>
<id>urn:sha1:250b5d204f499c326699b0e2adf7d7757e55f16c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tweak unevaluated constant in pattern error</title>
<updated>2024-12-04T20:29:35+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2024-11-20T02:37:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cc492edc9d65125a25a42446bbffefb8087dedf1'/>
<id>urn:sha1:cc492edc9d65125a25a42446bbffefb8087dedf1</id>
<content type='text'>
Silence errors that are implied by the errors in the `const` item definition.

Add a primary span label.
</content>
</entry>
<entry>
<title>On `const` pattern errors, point at the `const` item definition</title>
<updated>2024-12-04T20:29:35+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2024-11-20T02:15:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c6205055e085a1210c1503978225d34147a0d8bd'/>
<id>urn:sha1:c6205055e085a1210c1503978225d34147a0d8bd</id>
<content type='text'>
Centralize emitting an error in `const_to_pat` so that all errors from that evaluating a `const` in a pattern can add addditional information. With this, now point at the `const` item's definition:

```
error[E0158]: constant pattern depends on a generic parameter
  --&gt; $DIR/associated-const-type-parameter-pattern.rs:20:9
   |
LL | pub trait Foo {
   | -------------
LL |     const X: EFoo;
   |     ------------- constant defined here
...
LL |         A::X =&gt; println!("A::X"),
   |         ^^^^
```
</content>
</entry>
<entry>
<title>Allow type_of to return partially non-error types if the type was already tainted</title>
<updated>2024-05-28T11:55:20+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2024-05-28T11:38:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a04ac26a9d059809bee2daf778a9d92770963a81'/>
<id>urn:sha1:a04ac26a9d059809bee2daf778a9d92770963a81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix tests and bless</title>
<updated>2024-04-24T12:12:33+00:00</updated>
<author>
<name>Gary Guo</name>
<email>gary@garyguo.net</email>
</author>
<published>2024-04-19T15:54:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cfee72aa24725ab8310c9d8c7085368489de567e'/>
<id>urn:sha1:cfee72aa24725ab8310c9d8c7085368489de567e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fail candidate assembly for erroneous types</title>
<updated>2024-04-16T07:12:48+00:00</updated>
<author>
<name>Gurinder Singh</name>
<email>frederick.the.fool@gmail.com</email>
</author>
<published>2024-04-16T07:12:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c30e15adedba70d99a09146707814d14a93364a1'/>
<id>urn:sha1:c30e15adedba70d99a09146707814d14a93364a1</id>
<content type='text'>
Trait predicates for types which have errors may still
evaluate to OK leading to downstream ICEs. Now we return
a selection error for such types in candidate assembly and
thereby prevent such issues
</content>
</entry>
<entry>
<title>add test for ice "type mismatching when copying!"</title>
<updated>2024-03-22T07:31:01+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2024-03-22T07:31:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d7e166d408c6c9f86ef2087c5a013c1600ca94f3'/>
<id>urn:sha1:d7e166d408c6c9f86ef2087c5a013c1600ca94f3</id>
<content type='text'>
Fixes #112824
</content>
</entry>
<entry>
<title>[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives</title>
<updated>2024-02-16T20:02:50+00:00</updated>
<author>
<name>许杰友 Jieyou Xu (Joe)</name>
<email>jieyouxu@outlook.com</email>
</author>
<published>2024-02-16T20:02:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ec2cc761bc7067712ecc7734502f703fe3b024c8'/>
<id>urn:sha1:ec2cc761bc7067712ecc7734502f703fe3b024c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unstably allow constants to refer to statics and read from immutable statics</title>
<updated>2024-02-10T15:12:55+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2024-01-05T11:18:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4e77e368ebc1bf21ae23137c253138c9ffbc3c7f'/>
<id>urn:sha1:4e77e368ebc1bf21ae23137c253138c9ffbc3c7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename and add another test</title>
<updated>2023-11-28T23:17:28+00:00</updated>
<author>
<name>Alona Enraght-Moony</name>
<email>code@alona.page</email>
</author>
<published>2023-11-28T22:31:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6e956c0a383444a25cc0e690cbc9fa6f859b07b4'/>
<id>urn:sha1:6e956c0a383444a25cc0e690cbc9fa6f859b07b4</id>
<content type='text'>
</content>
</entry>
</feed>
