<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Control-Flow on rustbites</title><link>https://www.rustbites.com/tags/control-flow/</link><description>Recent content in Control-Flow on rustbites</description><generator>Hugo</generator><language>en</language><lastBuildDate>Thu, 18 Jun 2026 16:25:29 +0200</lastBuildDate><atom:link href="https://www.rustbites.com/tags/control-flow/index.xml" rel="self" type="application/rss+xml"/><item><title>207. if let Guards — Match a Pattern Inside a Guard, and Still Fall Through</title><link>https://www.rustbites.com/posts/bite-207/</link><pubDate>Wed, 17 Jun 2026 09:00:00 +0100</pubDate><guid>https://www.rustbites.com/posts/bite-207/</guid><description>&lt;p&gt;A match arm whose extra check is itself a fallible &lt;code&gt;if let&lt;/code&gt; used to force you to nest a second &lt;code&gt;match&lt;/code&gt; — and duplicate the fallback. Rust 1.95 lets the guard do the binding.&lt;/p&gt;</description></item></channel></rss>