<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Use After Move on ErrorVault — Developer Error Code Dictionary</title>
    <link>https://errorvault.dev/tags/use-after-move/</link>
    <description>Recent content in Use After Move on ErrorVault — Developer Error Code Dictionary</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 30 Jul 2026 12:44:04 +0800</lastBuildDate>
    <atom:link href="https://errorvault.dev/tags/use-after-move/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Fix E0386: Attempted to access value of moved or borrowed resource</title>
      <link>https://errorvault.dev/rust/rust-e0386-attempted-to-access-value-of-moved-or-borrowed-resource/</link>
      <pubDate>Thu, 30 Jul 2026 12:44:04 +0800</pubDate>
      <guid>https://errorvault.dev/rust/rust-e0386-attempted-to-access-value-of-moved-or-borrowed-resource/</guid>
      <description>&lt;h1 id=&#34;fix-e0386-attempted-to-access-value-of-moved-or-borrowed-resource&#34;&gt;Fix E0386: Attempted to Access Value of Moved or Borrowed Resource&lt;/h1&gt;&#xA;&lt;p&gt;Rust&amp;rsquo;s ownership system is one of the language&amp;rsquo;s most powerful features, enabling memory safety without garbage collection. However, this strict ownership model means the compiler will reject code that attempts to use a value after it has been transferred to another owner or loaned out through a reference. Error E0386 specifically signals that you tried to access a value that no longer belongs to the current scope because ownership has moved or a borrow is active.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
