<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/pattern/patkind-ref-binding-issue-114896.rs, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-04-08T20:06:31+00:00</updated>
<entry>
<title>UI tests: add missing diagnostic kinds where possible</title>
<updated>2025-04-08T20:06:31+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2025-04-05T16:19:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b3f75353a237f3623483c1e237be480140a8c3e1'/>
<id>urn:sha1:b3f75353a237f3623483c1e237be480140a8c3e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix incorrect mutable suggestion information for binding in ref pattern.</title>
<updated>2024-03-19T04:28:23+00:00</updated>
<author>
<name>surechen</name>
<email>chenshuo17@huawei.com</email>
</author>
<published>2024-03-18T06:44:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=19f72dfe04d030aba3885333156590d0b9191851'/>
<id>urn:sha1:19f72dfe04d030aba3885333156590d0b9191851</id>
<content type='text'>
For ref pattern in func param, the mutability suggestion has to apply to the binding.

For example: `fn foo(&amp;x: &amp;i32)` -&gt; `fn foo(&amp;(mut x): &amp;i32)`

fixes #122415
</content>
</entry>
</feed>
