<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/ui/traits/inductive-overflow, 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>Reword "Required because of the requirements on the impl of ..."</title>
<updated>2022-08-18T20:08:08+00:00</updated>
<author>
<name>Andy Wang</name>
<email>cbeuw.andy@gmail.com</email>
</author>
<published>2022-08-15T20:31:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=84a199369b611f2140e1b6f20dce9e2d40ad37df'/>
<id>urn:sha1:84a199369b611f2140e1b6f20dce9e2d40ad37df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Suggest derivable trait on E0277</title>
<updated>2022-04-05T02:14:32+00:00</updated>
<author>
<name>ohno418</name>
<email>yutaro.ono.418@gmail.com</email>
</author>
<published>2022-03-31T14:58:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0d2a00058b4b3d4a04712309cc4cc371a8fb8653'/>
<id>urn:sha1:0d2a00058b4b3d4a04712309cc4cc371a8fb8653</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Properly track `ImplObligation`s</title>
<updated>2022-03-24T02:08:49+00:00</updated>
<author>
<name>Esteban Kuber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2021-10-13T13:58:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5fd37862d95a7fd898342e49ae5273edc8886b83'/>
<id>urn:sha1:5fd37862d95a7fd898342e49ae5273edc8886b83</id>
<content type='text'>
Instead of probing for all possible impls that could have caused an
`ImplObligation`, keep track of its `DefId` and obligation spans for
accurate error reporting.

Follow up to #89580. Addresses #89418.

Remove some unnecessary clones.

Tweak output for auto trait impl obligations.
</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>Deny `where` clauses on `auto` traits</title>
<updated>2021-10-03T16:06:21+00:00</updated>
<author>
<name>Fabian Wolff</name>
<email>fabian.wolff@alumni.ethz.ch</email>
</author>
<published>2021-10-03T15:58:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e34fd546111c3cad82c91a9f466284d55a53e5fb'/>
<id>urn:sha1:e34fd546111c3cad82c91a9f466284d55a53e5fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Point at call span that introduced obligation for the arg</title>
<updated>2021-09-16T12:12:27+00:00</updated>
<author>
<name>Esteban Kuber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2021-09-07T11:30:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=569a842730851ea8521f20f48fa96fd9f3e5db95'/>
<id>urn:sha1:569a842730851ea8521f20f48fa96fd9f3e5db95</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Report cycle error using 'deepest' obligation in the cycle</title>
<updated>2021-09-02T16:49:32+00:00</updated>
<author>
<name>Aaron Hill</name>
<email>aa1ronham@gmail.com</email>
</author>
<published>2021-08-27T22:34:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=611191f54c563587a9130b8cb4afba1856aebebc'/>
<id>urn:sha1:611191f54c563587a9130b8cb4afba1856aebebc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use note to point at bound introducing requirement</title>
<updated>2021-08-16T17:47:22+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2021-07-31T16:26:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=39f220ce1295c894fdf9dce5fd1e20bda282e6cb'/>
<id>urn:sha1:39f220ce1295c894fdf9dce5fd1e20bda282e6cb</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>
</feed>
