<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_error_codes/src, branch 1.78.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.78.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.78.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-03-08T19:08:13+00:00</updated>
<entry>
<title>Improve error message for opaque captures</title>
<updated>2024-03-08T19:08:13+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-03-07T15:44:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ffd30e0a6939d7d25c4ac28bfac4b4e367adcd59'/>
<id>urn:sha1:ffd30e0a6939d7d25c4ac28bfac4b4e367adcd59</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #120684 - carschandler:patch-1, r=nnethercote</title>
<updated>2024-03-02T09:09:35+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2024-03-02T09:09:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1c724ee110832957cfc0242d8b64fae00ceacbb7'/>
<id>urn:sha1:1c724ee110832957cfc0242d8b64fae00ceacbb7</id>
<content type='text'>
Update E0716.md for clarity

When reading through this, I got slightly hung up thinking the `let` it was referring to was the `let tmp` on line 25, which was confusing considering the comment states that the temporary is freed at the end of the block. I think adding this clarification could potentially help some beginners like myself without being overly verbose.
</content>
</entry>
<entry>
<title>Update E0716.md</title>
<updated>2024-03-01T23:31:02+00:00</updated>
<author>
<name>carschandler</name>
<email>92899389+carschandler@users.noreply.github.com</email>
</author>
<published>2024-03-01T23:31:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=50ff36239a424c855a5faeac45ac269e1c3f54d8'/>
<id>urn:sha1:50ff36239a424c855a5faeac45ac269e1c3f54d8</id>
<content type='text'>
Clearer wording</content>
</entry>
<entry>
<title>remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsics</title>
<updated>2024-02-25T07:14:52+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2024-02-23T17:26:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cc3df0af7ba25a9a7bc82dac52e4b0fbb9d9713a'/>
<id>urn:sha1:cc3df0af7ba25a9a7bc82dac52e4b0fbb9d9713a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve wording of static_mut_ref</title>
<updated>2024-02-18T03:01:40+00:00</updated>
<author>
<name>Obei Sideg</name>
<email>obei.sideg@gmail.com</email>
</author>
<published>2024-02-17T19:01:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=408eeae59d35cbcaab2cfb345d24373954e74fc5'/>
<id>urn:sha1:408eeae59d35cbcaab2cfb345d24373954e74fc5</id>
<content type='text'>
Rename `static_mut_ref` lint to `static_mut_refs`.
</content>
</entry>
<entry>
<title>Dejargnonize subst</title>
<updated>2024-02-12T06:46:35+00:00</updated>
<author>
<name>Shoyu Vanilla</name>
<email>modulo641@gmail.com</email>
</author>
<published>2024-02-12T06:39:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3856df059ed90b8fd19a82efbfb9da36f68e6bb9'/>
<id>urn:sha1:3856df059ed90b8fd19a82efbfb9da36f68e6bb9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unstably allow constants to refer to statics and read from immutable statics</title>
<updated>2024-02-10T15:12:55+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2024-01-05T11:18:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4e77e368ebc1bf21ae23137c253138c9ffbc3c7f'/>
<id>urn:sha1:4e77e368ebc1bf21ae23137c253138c9ffbc3c7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco</title>
<updated>2024-02-09T13:41:50+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2024-02-09T13:41:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=46a0448405732b09d19e4ed53606bed240f882fa'/>
<id>urn:sha1:46a0448405732b09d19e4ed53606bed240f882fa</id>
<content type='text'>
Invert diagnostic lints.

That is, change `diagnostic_outside_of_impl` and `untranslatable_diagnostic` from `allow` to `deny`, because more than half of the compiler has been converted to use translated diagnostics.

This commit removes more `deny` attributes than it adds `allow` attributes, which proves that this change is warranted.

r? ````@davidtwco````
</content>
</entry>
<entry>
<title>Rollup merge of #120502 - clubby789:remove-ffi-returns-twice, r=compiler-errors</title>
<updated>2024-02-06T21:45:42+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2024-02-06T21:45:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=59ba8024af9d216b2831b0b3e375084868fa5c23'/>
<id>urn:sha1:59ba8024af9d216b2831b0b3e375084868fa5c23</id>
<content type='text'>
Remove `ffi_returns_twice` feature

The [tracking issue](https://github.com/rust-lang/rust/issues/58314) and [RFC](https://github.com/rust-lang/rfcs/pull/2633) have been closed for a couple of years.

There is also an attribute gate in R-A which should be removed if this lands.
</content>
</entry>
<entry>
<title>Invert diagnostic lints.</title>
<updated>2024-02-06T02:12:33+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2024-02-05T22:51:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0ac1195ee0f8cd6d87e654a2312b899883272ec2'/>
<id>urn:sha1:0ac1195ee0f8cd6d87e654a2312b899883272ec2</id>
<content type='text'>
That is, change `diagnostic_outside_of_impl` and
`untranslatable_diagnostic` from `allow` to `deny`, because more than
half of the compiler has be converted to use translated diagnostics.

This commit removes more `deny` attributes than it adds `allow`
attributes, which proves that this change is warranted.
</content>
</entry>
</feed>
