{
"$type": "site.standard.document",
"bskyPostRef": {
"cid": "bafyreifglsw42utzmmvofhs6twb2q4pkpthkwwxx4qtsx5icd67vpx5onu",
"uri": "at://did:plc:ivbknywyskln22er3nkssdhl/app.bsky.feed.post/3mh7ecnhsjsu2"
},
"path": "/t/just-mut-alongside-let-mut/24084#post_8",
"publishedAt": "2026-03-16T14:53:28.000Z",
"site": "https://internals.rust-lang.org",
"textContent": "Without a leading `let` it will be harder to detect shadowing in your code:\n\n\n let foo = \"foo\";\n\n ...\n\n mut foo = \"bar\";\n",
"title": "Just `mut` alongside `let mut`"
}