<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustc_error_codes/error_codes, branch 1.44.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.44.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.44.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2020-05-09T17:40:48+00:00</updated>
<entry>
<title>fix error code for E0751</title>
<updated>2020-05-09T17:40:48+00:00</updated>
<author>
<name>YI</name>
<email>uuuuuu@protonmail.com</email>
</author>
<published>2020-04-22T12:18:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ac64f87dba09cf257436d8ed12ad2a5fe1a0a900'/>
<id>urn:sha1:ac64f87dba09cf257436d8ed12ad2a5fe1a0a900</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #71174 - Nokel81:fix-async-main-error, r=petrochenkov</title>
<updated>2020-04-20T22:30:55+00:00</updated>
<author>
<name>Dylan DPC</name>
<email>dylan.dpc@gmail.com</email>
</author>
<published>2020-04-20T22:30:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e3a514c44a7a896b210dcc59635452229703b9e6'/>
<id>urn:sha1:e3a514c44a7a896b210dcc59635452229703b9e6</id>
<content type='text'>
Check that main/start is not async

* Add new error code E0752
* Add span to hir::IsAsync::Yes
* Emit an error if main or the start function is marked as async
* Add two regression tests

This PR fixes #68523.
</content>
</entry>
<entry>
<title>Check that main/start is not async</title>
<updated>2020-04-20T13:37:11+00:00</updated>
<author>
<name>Sebastian Malton</name>
<email>smalton@mirantis.com</email>
</author>
<published>2020-04-08T19:39:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6120acec8799616dbd7e646c1d7957eab894202b'/>
<id>urn:sha1:6120acec8799616dbd7e646c1d7957eab894202b</id>
<content type='text'>
* Add new error code E0752
* Add span to hir::IsAsync::Yes
* Emit an error if main or the start function is marked as async
* Add two regression tests

Fix formatting errors and bless test outputs
* move tests to ui/async-await

fix test error text

remove span from IsAsync
</content>
</entry>
<entry>
<title>Rollup merge of #71319 - GuillaumeGomez:cleanup-e0522, r=Dylan-DPC</title>
<updated>2020-04-19T13:12:42+00:00</updated>
<author>
<name>Dylan DPC</name>
<email>dylan.dpc@gmail.com</email>
</author>
<published>2020-04-19T13:12:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1d2532bdf623772c0596166c31df98374d7c6af6'/>
<id>urn:sha1:1d2532bdf623772c0596166c31df98374d7c6af6</id>
<content type='text'>
Clean up E0522 explanation

r? @Dylan-DPC
</content>
</entry>
<entry>
<title>Clean up E0522 explanation</title>
<updated>2020-04-19T11:19:44+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2020-04-19T11:18:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ca6eb2c2b225b18014cbc4edfc2bb006f6bc9111'/>
<id>urn:sha1:ca6eb2c2b225b18014cbc4edfc2bb006f6bc9111</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #70578 - PankajChaudhary5:master, r=GuillaumeGomez</title>
<updated>2020-04-17T01:05:11+00:00</updated>
<author>
<name>Dylan DPC</name>
<email>dylan.dpc@gmail.com</email>
</author>
<published>2020-04-17T01:05:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=abd72f7fc2ced909ef21b9eb8029a392c4211c66'/>
<id>urn:sha1:abd72f7fc2ced909ef21b9eb8029a392c4211c66</id>
<content type='text'>
Add long error explanation for E0657

Added proper error explanation for issue E0657 in the Rust compiler.

Part of #61137

r? @GuillaumeGomez
</content>
</entry>
<entry>
<title>Rollup merge of #70611 - pawanbisht62:doc/61137-add-long-error-code-e0708, r=GuillaumeGomez</title>
<updated>2020-04-16T21:34:41+00:00</updated>
<author>
<name>Dylan DPC</name>
<email>dylan.dpc@gmail.com</email>
</author>
<published>2020-04-16T21:34:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c68c71e24e098d617fd1bbb82b6120d03ff3e252'/>
<id>urn:sha1:c68c71e24e098d617fd1bbb82b6120d03ff3e252</id>
<content type='text'>
Add long error explanation for E0708 #61137

Add long explanation for the E0708 error code
Part of #61137

r? @GuillaumeGomez
</content>
</entry>
<entry>
<title>Rollup merge of #71191 - GuillaumeGomez:cleanup-e0520, r=Dylan-DPC</title>
<updated>2020-04-16T14:34:32+00:00</updated>
<author>
<name>Dylan DPC</name>
<email>dylan.dpc@gmail.com</email>
</author>
<published>2020-04-16T14:34:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9d28dfee78b5b9a69ee90ec35d24b6342a8cbdfa'/>
<id>urn:sha1:9d28dfee78b5b9a69ee90ec35d24b6342a8cbdfa</id>
<content type='text'>
Clean up E0520 explanation

r? @Dylan-DPC
</content>
</entry>
<entry>
<title>Clean up E0520 explanation</title>
<updated>2020-04-16T11:51:02+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2020-04-16T11:51:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6b83d0851f11acf9f9930a0aadb1e47c6ff3bad9'/>
<id>urn:sha1:6b83d0851f11acf9f9930a0aadb1e47c6ff3bad9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #71166 - GuillaumeGomez:cleanup-e0518, r=Dylan-DPC</title>
<updated>2020-04-15T22:39:27+00:00</updated>
<author>
<name>Dylan DPC</name>
<email>dylan.dpc@gmail.com</email>
</author>
<published>2020-04-15T22:39:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=41dc51ead81c99764ee82a58fab1328e74fb4f08'/>
<id>urn:sha1:41dc51ead81c99764ee82a58fab1328e74fb4f08</id>
<content type='text'>
Clean up E0518 explanation

r? @Dylan-DPC
</content>
</entry>
</feed>
