<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/ui/empty/empty-struct-unit-pat.stderr, branch 1.56.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.56.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.56.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2021-08-11T09:46:24+00:00</updated>
<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>Remove trailing whitespace from error messages</title>
<updated>2021-08-04T08:48:30+00:00</updated>
<author>
<name>Fabian Wolff</name>
<email>fabian.wolff@alumni.ethz.ch</email>
</author>
<published>2021-06-10T11:52:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f8372f876c66ae4df96638bbfdf9ac7baffcf3a6'/>
<id>urn:sha1:f8372f876c66ae4df96638bbfdf9ac7baffcf3a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add suggestion for unit enum variant when matched with a patern</title>
<updated>2021-05-02T11:58:38+00:00</updated>
<author>
<name>Aliénore Bouttefeux</name>
<email>alienore.bouttefeux@gmail.com</email>
</author>
<published>2021-05-02T09:46:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5cc21d9051e421cab8ca271115b9a6d5ea927679'/>
<id>urn:sha1:5cc21d9051e421cab8ca271115b9a6d5ea927679</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Point at the span for the definition of crate foreign ADTs</title>
<updated>2020-01-10T19:40:29+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2019-10-15T00:20:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=39c96a0f534366b3970ff0f8cd831be4386961dc'/>
<id>urn:sha1:39c96a0f534366b3970ff0f8cd831be4386961dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Point at local similarly named element and tweak references to variants</title>
<updated>2019-10-27T18:50:43+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2019-10-15T00:20:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b26ddb8af37362e33c45c78c9c91a3c5cdabfe7e'/>
<id>urn:sha1:b26ddb8af37362e33c45c78c9c91a3c5cdabfe7e</id>
<content type='text'>
Point at the span for the definition of ADTs internal to the current
crate.

Look at the leading char of the ident to determine whether we're
expecting a likely fn or any of a fn, a tuple struct or a tuple variant.

Turn fn `add_typo_suggestion` into a `Resolver` method.
</content>
</entry>
<entry>
<title>Update tests</title>
<updated>2019-03-11T20:10:26+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-03-09T12:03:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fa72a81bea27f1fda4287475e4cc2f684c971e7f'/>
<id>urn:sha1:fa72a81bea27f1fda4287475e4cc2f684c971e7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clarify resolve typo suggestion</title>
<updated>2019-01-09T19:11:00+00:00</updated>
<author>
<name>Andy Russell</name>
<email>arussell123@gmail.com</email>
</author>
<published>2019-01-09T19:11:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=404ad50d148af4ea388861d1f9a45dd9f5c43ef7'/>
<id>urn:sha1:404ad50d148af4ea388861d1f9a45dd9f5c43ef7</id>
<content type='text'>
Include the kind of the binding that we're suggesting, and use a
structured suggestion.
</content>
</entry>
<entry>
<title>Remove licenses</title>
<updated>2018-12-26T04:08:33+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2018-12-25T15:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2a663555ddf36f6b041445894a8c175cd1bc718c'/>
<id>urn:sha1:2a663555ddf36f6b041445894a8c175cd1bc718c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merged migrated compile-fail tests and ui tests. Fixes #46841.</title>
<updated>2018-08-14T09:12:09+00:00</updated>
<author>
<name>David Wood</name>
<email>david@davidtw.co</email>
</author>
<published>2018-08-08T12:50:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3fc7ab237314a4ce85e612b4ce590c27f1425291'/>
<id>urn:sha1:3fc7ab237314a4ce85e612b4ce590c27f1425291</id>
<content type='text'>
</content>
</entry>
</feed>
