<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/ui/compare-method, 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>2023-01-11T09:32:08+00:00</updated>
<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>
<entry>
<title>Mention signature rather than fn pointers when comparing impl/trait methods</title>
<updated>2023-01-08T03:49:24+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2022-12-24T23:17:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=49f849a3d26059cfd89b96a7be7f3bf6ad3058de'/>
<id>urn:sha1:49f849a3d26059cfd89b96a7be7f3bf6ad3058de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make trait/impl where clause mismatch on region error a bit more actionable</title>
<updated>2022-12-28T18:09:27+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2022-12-28T06:35:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=01d784131f0a11d19d0ab5398b00ca6bbfd283b1'/>
<id>urn:sha1:01d784131f0a11d19d0ab5398b00ca6bbfd283b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>address review</title>
<updated>2022-09-26T12:21:39+00:00</updated>
<author>
<name>b-naber</name>
<email>bn263@gmx.de</email>
</author>
<published>2022-09-21T15:57:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6118ee343f5ebbea657337a5dceb9ded40fde117'/>
<id>urn:sha1:6118ee343f5ebbea657337a5dceb9ded40fde117</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tweak assoc type obligation spans</title>
<updated>2021-12-11T02:32:15+00:00</updated>
<author>
<name>Esteban Kuber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2021-12-11T02:20:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5e1972eba7e95e68f6fc05b07dec15fb1e553e1b'/>
<id>urn:sha1:5e1972eba7e95e68f6fc05b07dec15fb1e553e1b</id>
<content type='text'>
* Point at RHS of associated type in obligation span
* Point at `impl` assoc type on projection error
* Reduce verbosity of recursive obligations
* Point at source of binding lifetime obligation
* Tweak "required bound" note
* Tweak "expected... found opaque (return) type" labels
* Point at set type in impl assoc type WF errors
</content>
</entry>
<entry>
<title>Point at bounds when comparing impl items to trait</title>
<updated>2021-11-20T18:54:31+00:00</updated>
<author>
<name>Esteban Kuber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2021-10-06T12:27:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=446b46673d111f5f00e89e7fa208eaf233b6a7a8'/>
<id>urn:sha1:446b46673d111f5f00e89e7fa208eaf233b6a7a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>type error go brrrrrrrr</title>
<updated>2021-11-06T10:39:11+00:00</updated>
<author>
<name>Ellen</name>
<email>supbscripter@gmail.com</email>
</author>
<published>2021-11-06T10:32:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=abb9a9853b094eeeea5ea784d188e842a17c5dc8'/>
<id>urn:sha1:abb9a9853b094eeeea5ea784d188e842a17c5dc8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Modify structured suggestion output</title>
<updated>2021-08-11T09:46:24+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2021-06-22T02:07:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=99f2977031706dfef6730764d359b9e5d0f673b4'/>
<id>urn:sha1:99f2977031706dfef6730764d359b9e5d0f673b4</id>
<content type='text'>
* On suggestions that include deletions, use a diff inspired output format
* When suggesting addition, use `+` as underline
* Color highlight modified span
</content>
</entry>
<entry>
<title>Provide verbose suggestion for new output type</title>
<updated>2021-04-08T22:54:26+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2021-04-08T22:54:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bb502c488915253a261f837cce7a920bf49a1666'/>
<id>urn:sha1:bb502c488915253a261f837cce7a920bf49a1666</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Suggest return type</title>
<updated>2021-04-08T22:27:43+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2021-04-08T22:27:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5af3dec59f3dba741ce17cb3fcea6ddfaf058f6c'/>
<id>urn:sha1:5af3dec59f3dba741ce17cb3fcea6ddfaf058f6c</id>
<content type='text'>
</content>
</entry>
</feed>
