<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustc_error_codes/error_codes.rs, branch 1.45.2</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.45.2</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.45.2'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2020-05-19T23:16:11+00:00</updated>
<entry>
<title>Implement `#[ffi_const]` and `#[ffi_pure]` function attributes</title>
<updated>2020-05-19T23:16:11+00:00</updated>
<author>
<name>Matthias Schiffer</name>
<email>mschiffer@universe-factory.net</email>
</author>
<published>2020-04-13T22:19:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=abc236414b4bd609513899e651c41f314f71bac4'/>
<id>urn:sha1:abc236414b4bd609513899e651c41f314f71bac4</id>
<content type='text'>
Introduce function attribute corresponding to the `const`/`pure`
attributes supported by GCC, clang and other compilers.

Based on the work of gnzlbg &lt;gonzalobg88@gmail.com&gt;.
</content>
</entry>
<entry>
<title>Disallow forbidden usage of non-ascii identifiers.</title>
<updated>2020-05-16T17:31:18+00:00</updated>
<author>
<name>Charles Lew</name>
<email>crlf0710@gmail.com</email>
</author>
<published>2020-05-16T06:09:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=de24ddac0a80a6e16de1bfbfade772648cf66e18'/>
<id>urn:sha1:de24ddac0a80a6e16de1bfbfade772648cf66e18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add long error explanation for E0228</title>
<updated>2020-05-13T00:09:09+00:00</updated>
<author>
<name>Jade McGough</name>
<email>jade@thezets.com</email>
</author>
<published>2020-05-12T00:28:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5320bd986b054d72522b29539278bfc5d576eabb'/>
<id>urn:sha1:5320bd986b054d72522b29539278bfc5d576eabb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add long error explanation for E0539</title>
<updated>2020-05-02T18:14:08+00:00</updated>
<author>
<name>unexge</name>
<email>unexge@gmail.com</email>
</author>
<published>2020-05-02T18:14:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e4ee172ab05b03bf71e0d89e0042a89ff26a3c29'/>
<id>urn:sha1:e4ee172ab05b03bf71e0d89e0042a89ff26a3c29</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #71370 - PankajChaudhary5:ErrorCode-E0696, r=GuillaumeGomez</title>
<updated>2020-04-22T14:41:12+00:00</updated>
<author>
<name>Dylan DPC</name>
<email>dylan.dpc@gmail.com</email>
</author>
<published>2020-04-22T14:41:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7939a4d728aff0bca3cd75515fc60f537e5d9ec6'/>
<id>urn:sha1:7939a4d728aff0bca3cd75515fc60f537e5d9ec6</id>
<content type='text'>
Added detailed error code explanation for issue E0696 in Rust compiler.

Added proper error explanation for issue E0696 in the Rust compiler.
Error Code E0696

Sub Part of Issue #61137

r? @GuillaumeGomez
</content>
</entry>
<entry>
<title>Add error code to inner doc comment attribute error</title>
<updated>2020-04-22T09:08:50+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2020-04-22T09:08:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3390ff97b22e082bb553cc0f175ae5ca18bd5e60'/>
<id>urn:sha1:3390ff97b22e082bb553cc0f175ae5ca18bd5e60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added proper explanation error code E0696</title>
<updated>2020-04-21T14:39:07+00:00</updated>
<author>
<name>pankajchaudhary5</name>
<email>pankajchaudhary172@gmail.com</email>
</author>
<published>2020-04-21T03:54:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e5b68bc7193889a5df85ea4ffba84ce20c1f0471'/>
<id>urn:sha1:e5b68bc7193889a5df85ea4ffba84ce20c1f0471</id>
<content type='text'>
</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 #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>
</feed>
