<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Match-Guards on rustbites</title><link>https://www.rustbites.com/tags/match-guards/</link><description>Recent content in Match-Guards on rustbites</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sat, 11 Apr 2026 10:15:18 +0200</lastBuildDate><atom:link href="https://www.rustbites.com/tags/match-guards/index.xml" rel="self" type="application/rss+xml"/><item><title>72. if let Guards — Pattern Match Inside Match Guards</title><link>https://www.rustbites.com/posts/bite-072/</link><pubDate>Fri, 10 Apr 2026 09:00:00 +0100</pubDate><guid>https://www.rustbites.com/posts/bite-072/</guid><description>&lt;p&gt;Match guards are great for adding conditions to arms, but until now you couldn&amp;rsquo;t destructure inside them. Rust 1.95 stabilizes &lt;strong&gt;&lt;code&gt;if let&lt;/code&gt; guards&lt;/strong&gt;, letting you pattern-match right in the guard position.&lt;/p&gt;</description></item></channel></rss>