<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/ui/error-codes/E0005.stderr, 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>Avoid rendering empty annotations</title>
<updated>2022-12-13T10:06:08+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2022-12-12T15:25:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=59554a2b54c3510b062825801064541a4caa662d'/>
<id>urn:sha1:59554a2b54c3510b062825801064541a4caa662d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't emit empty notes</title>
<updated>2022-12-13T09:53:36+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2022-12-12T12:26:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2e2a4797a26b0effe15815b403be4ba752cc7a0b'/>
<id>urn:sha1:2e2a4797a26b0effe15815b403be4ba752cc7a0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make some diagnostics not depend on the source of what they reference being available</title>
<updated>2022-12-13T09:48:22+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2022-12-09T15:56:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cb26b35b12d810d7a8215869d9e434c4b0c7f25c'/>
<id>urn:sha1:cb26b35b12d810d7a8215869d9e434c4b0c7f25c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove feature gate from let else suggestion</title>
<updated>2022-09-15T19:06:45+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2022-05-16T04:27:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5633e863bd9b6130be0bef3ffceb6e1bca0ebb56'/>
<id>urn:sha1:5633e863bd9b6130be0bef3ffceb6e1bca0ebb56</id>
<content type='text'>
The let else suggestion added by 0d92752b8aac53e033541d04fc7d9677d8bca227
does not need a feature gate any more.
</content>
</entry>
<entry>
<title>Shorten def_span for more items.</title>
<updated>2022-07-01T15:39:19+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2022-02-13T15:27:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=42e4eee8931479a02c11c88ddaddb3a494e136c6'/>
<id>urn:sha1:42e4eee8931479a02c11c88ddaddb3a494e136c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Suggest `if let`/`let_else` for refutable pat in `let`</title>
<updated>2022-03-08T16:32:08+00:00</updated>
<author>
<name>Esteban Kuber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2022-03-08T05:54:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0d92752b8aac53e033541d04fc7d9677d8bca227'/>
<id>urn:sha1:0d92752b8aac53e033541d04fc7d9677d8bca227</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Point at uncovered variants in enum definition in `note` instead of a `span_label`</title>
<updated>2022-03-08T00:19:08+00:00</updated>
<author>
<name>Esteban Kuber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2021-12-16T05:06:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ab4feea50dd3e0109a30488300c213ca074d01a6'/>
<id>urn:sha1:ab4feea50dd3e0109a30488300c213ca074d01a6</id>
<content type='text'>
This makes the order of the output always consistent:

1. Place of the `match` missing arms
2. The `enum` definition span
3. The structured suggestion to add a fallthrough arm
</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>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>
</feed>
