<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/ui/compare-method, branch 1.60.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.60.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.60.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2021-12-11T02:32:15+00:00</updated>
<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>
<entry>
<title>Suggest changing impl parameter types to match trait</title>
<updated>2021-04-08T20:50:47+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2021-04-08T20:50:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=147649d4b91b43c77f3f46c04b6daaa37f4e0955'/>
<id>urn:sha1:147649d4b91b43c77f3f46c04b6daaa37f4e0955</id>
<content type='text'>
This is particularly useful for cases where arbitrary self types are
used, like in custom `Future`s.
</content>
</entry>
<entry>
<title>pretty: trim paths of unique symbols</title>
<updated>2020-09-02T19:26:37+00:00</updated>
<author>
<name>Dan Aloni</name>
<email>alonid@gmail.com</email>
</author>
<published>2020-09-02T07:40:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=07e7823c01be1733df2480de19fbbe6b8e9384cf'/>
<id>urn:sha1:07e7823c01be1733df2480de19fbbe6b8e9384cf</id>
<content type='text'>
If a symbol name can only be imported from one place for a type, and
as long as it was not glob-imported anywhere in the current crate, we
can trim its printed path and print only the name.

This has wide implications on error messages with types, for example,
shortening `std::vec::Vec` to just `Vec`, as long as there is no other
`Vec` importable anywhere.

This adds a new '-Z trim-diagnostic-paths=false' option to control this
feature.

On the good path, with no diagnosis printed, we should try to avoid
issuing this query, so we need to prevent trimmed_def_paths query on
several cases.

This change also relies on a previous commit that differentiates
between `Debug` and `Display` on various rustc types, where the latter
is trimmed and presented to the user and the former is not.
</content>
</entry>
<entry>
<title>Specific labels when referring to "expected" and "found" types</title>
<updated>2019-11-18T19:02:22+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2019-11-13T22:16:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=83ffda5216a9a4248221b980ee08c30ac6e517f8'/>
<id>urn:sha1:83ffda5216a9a4248221b980ee08c30ac6e517f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update tests</title>
<updated>2019-11-02T06:23:28+00:00</updated>
<author>
<name>Dmitry Kadashev</name>
<email>dkadashev@gmail.com</email>
</author>
<published>2019-11-01T03:58:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4e10b75951e5ab7975952826a7591f8eca77e423'/>
<id>urn:sha1:4e10b75951e5ab7975952826a7591f8eca77e423</id>
<content type='text'>
Update the tests to reflect changes to how type mismatch errors are
reported (two previous commits).
</content>
</entry>
</feed>
