<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_trait_selection/src/traits, 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-12-15T18:24:28+00:00</updated>
<entry>
<title>temporarily revert "ice on ambguity in mir typeck"</title>
<updated>2023-12-15T18:24:28+00:00</updated>
<author>
<name>Ali MJ Al-Nasrawy</name>
<email>alimjalnasrawy@gmail.com</email>
</author>
<published>2023-12-08T07:27:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b10ae033c26546df8dac2ee9028c081aea32e076'/>
<id>urn:sha1:b10ae033c26546df8dac2ee9028c081aea32e076</id>
<content type='text'>
Reverts #116530

(cherry picked from commit 5fdb648fc3a672140f3fc8f98ee3268ed3fe5389)
</content>
</entry>
<entry>
<title>Rollup merge of #117645 - compiler-errors:auto-trait-subst, r=petrochenkov</title>
<updated>2023-11-09T02:36:52+00:00</updated>
<author>
<name>Takayuki Maeda</name>
<email>takoyaki0316@gmail.com</email>
</author>
<published>2023-11-09T02:36:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4cc549811f95dfc055dbe2d19673ae5ccedff151'/>
<id>urn:sha1:4cc549811f95dfc055dbe2d19673ae5ccedff151</id>
<content type='text'>
Extend builtin/auto trait args with error when they have &gt;1 argument

Reuse `extend_with_error` to add error args to any auto trait (or built-in trait like `Copy` that is defined incorrectly) that has additional non-`Self` args.

Fixes #117628
</content>
</entry>
<entry>
<title>Rollup merge of #113925 - clubby789:const-ctor-repeat, r=estebank</title>
<updated>2023-11-07T23:47:50+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2023-11-07T23:47:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b724d9c90ef0ba055ca06b3ce3531c11d94a24bb'/>
<id>urn:sha1:b724d9c90ef0ba055ca06b3ce3531c11d94a24bb</id>
<content type='text'>
Improve diagnostic for const ctors in array repeat expressions

Fixes #113912
</content>
</entry>
<entry>
<title>Don't instantiate the binder twice when assembling object candidate</title>
<updated>2023-11-06T23:41:33+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2023-11-06T23:41:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=171d5587ca1677ced9d1e70992a02091794cfb55'/>
<id>urn:sha1:171d5587ca1677ced9d1e70992a02091794cfb55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Only check predicates for late-bound non-lifetime vars in object candidate assembly</title>
<updated>2023-11-06T23:25:32+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2023-11-05T13:36:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=24e14dd8b40a2434fc2343342c30d8d5748d1c5a'/>
<id>urn:sha1:24e14dd8b40a2434fc2343342c30d8d5748d1c5a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Extend builtin/auto trait args with error when they have &gt;1 argument</title>
<updated>2023-11-06T21:29:08+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2023-11-06T21:29:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c17d33f1df9492ad993da3d8b0ddfcfe08bd652e'/>
<id>urn:sha1:c17d33f1df9492ad993da3d8b0ddfcfe08bd652e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #117585 - dnbln:feat/move-kw-span, r=cjgillot</title>
<updated>2023-11-06T02:07:34+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2023-11-06T02:07:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=152a4e90d19e04ea4714aef0f19c41ad5bc8f9ad'/>
<id>urn:sha1:152a4e90d19e04ea4714aef0f19c41ad5bc8f9ad</id>
<content type='text'>
Add the `Span` of the `move` keyword to the HIR.

This is required to implement a lint like the one described here: https://github.com/rust-lang/rust-clippy/issues/11721
</content>
</entry>
<entry>
<title>Rollup merge of #117583 - compiler-errors:placeholderconst-lifetime, r=cjgillot</title>
<updated>2023-11-04T20:38:30+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2023-11-04T20:38:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8912a2b551f6c9e858b819c9a7712b9a9d050a22'/>
<id>urn:sha1:8912a2b551f6c9e858b819c9a7712b9a9d050a22</id>
<content type='text'>
Remove `'tcx` lifetime on `PlaceholderConst`

The `'tcx` lifetime is not needed for anything, so this is a continuation of #117139.
</content>
</entry>
<entry>
<title>Fix remaining uses of `CaptureBy::Value`</title>
<updated>2023-11-04T18:48:44+00:00</updated>
<author>
<name>Dinu Blanovschi</name>
<email>git@dnbln.dev</email>
</author>
<published>2023-11-04T18:48:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=241a654c07e0741ea1f32ea9f41761bcf6adcefc'/>
<id>urn:sha1:241a654c07e0741ea1f32ea9f41761bcf6adcefc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>No lifetime on PlaceholderConst</title>
<updated>2023-11-04T17:36:44+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2023-11-04T17:19:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bcb97ea22122735aa3d19addeb35eed91cf07e89'/>
<id>urn:sha1:bcb97ea22122735aa3d19addeb35eed91cf07e89</id>
<content type='text'>
</content>
</entry>
</feed>
