<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/error-codes, 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>Merge collect_mod_item_types query into check_well_formed</title>
<updated>2024-03-07T14:26:31+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2024-02-23T11:45:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ae50e36dfa9a249f661ad959bf07eccc9581f4f2'/>
<id>urn:sha1:ae50e36dfa9a249f661ad959bf07eccc9581f4f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge `check_mod_impl_wf` and `check_mod_type_wf`</title>
<updated>2024-03-07T06:27:09+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2024-02-15T17:12:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8206cffc48b77886e18ecdf22e8762aaaa792eec'/>
<id>urn:sha1:8206cffc48b77886e18ecdf22e8762aaaa792eec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>allow statics pointing to mutable statics</title>
<updated>2024-02-29T08:34:15+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2024-02-29T07:15:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3cc8c8d44bb197eacd6cfc43ca1cca38aef404aa'/>
<id>urn:sha1:3cc8c8d44bb197eacd6cfc43ca1cca38aef404aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix use of platform_intrinsics in tests</title>
<updated>2024-02-25T07:15:44+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2024-02-23T17:36:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c1d0e489e564049eae866d6beb5b192c36b3b835'/>
<id>urn:sha1:c1d0e489e564049eae866d6beb5b192c36b3b835</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Always evaluate free constants and statics, even if previous errors occurred</title>
<updated>2024-02-19T22:11:13+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2024-02-14T12:28:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=90626979170da2d6c5ec1622b3d7a9512df9eb71'/>
<id>urn:sha1:90626979170da2d6c5ec1622b3d7a9512df9eb71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #121247 - scottmcm:intrinsic-reminder, r=petrochenkov</title>
<updated>2024-02-18T17:54:33+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2024-02-18T17:54:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=57d9523a95f551b15da10dff024334349dbd730d'/>
<id>urn:sha1:57d9523a95f551b15da10dff024334349dbd730d</id>
<content type='text'>
Add help to `hir_analysis_unrecognized_intrinsic_function`

To help remind forgetful people like me what step they forgot.

(If this just ICE'd, https://github.com/rust-lang/compiler-team/issues/620 style, the stack trace would point me here, but since there's a "nice" error that information is lost.)
</content>
</entry>
<entry>
<title>Add help to `hir_analysis_unrecognized_intrinsic_function`</title>
<updated>2024-02-18T07:16:30+00:00</updated>
<author>
<name>Scott McMurray</name>
<email>scottmcm@users.noreply.github.com</email>
</author>
<published>2024-02-17T23:26:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5793f8203046da13726db57a5418c3e49ce66902'/>
<id>urn:sha1:5793f8203046da13726db57a5418c3e49ce66902</id>
<content type='text'>
To help remind forgetful people like me what step they forgot.
</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>const_mut_refs: allow mutable refs to statics</title>
<updated>2024-02-17T09:19:17+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2024-02-11T13:27:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=340f8aac7e2da164134338986b46fb4a26fe185b'/>
<id>urn:sha1:340f8aac7e2da164134338986b46fb4a26fe185b</id>
<content type='text'>
</content>
</entry>
</feed>
