{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreidgpflufuxx4ydxduql7cqipmqxahp7nsxvezekzznidmygnfasvi",
    "uri": "at://did:plc:ivbknywyskln22er3nkssdhl/app.bsky.feed.post/3mhkm4vyz7bc2"
  },
  "path": "/t/idea-borrowck-transparent-function-calls/24103#post_10",
  "publishedAt": "2026-03-20T13:08:12.000Z",
  "site": "https://internals.rust-lang.org",
  "textContent": "### Bike shedding\n\nWhat about making it `fn foo(*self)`? To basically say that the function doesn't borrow `self` at all. Because if we have `&self`, there is a lifetime, butby proposal it should be totally ignored, so it has no sense to have it there.\n\nWith this, it will no longer be a \"full function\", and we can stop caring about \"function is the reasoning boundary\"? (Because it's not a \"full function\", but basically an extremely restrained macro, with good lsp support).",
  "title": "Idea: Borrowck Transparent Function Calls"
}