{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreihavhepjba6dsazxnb36wlspqcweivinnvk5cv3vyihmevs5aa46q",
    "uri": "at://did:plc:ivbknywyskln22er3nkssdhl/app.bsky.feed.post/3mk3hwiyxslw2"
  },
  "path": "/t/arc-increment-strong-count-design-question/24177#post_3",
  "publishedAt": "2026-04-22T11:46:28.000Z",
  "site": "https://internals.rust-lang.org",
  "textContent": "I think it's just implementation leaking into the API.\n\nInstead of changing the counter directly, it reuses existing implementation via `Arc::from_raw_in().clone()`. This requires having a real instance of the `Arc`, which requires providing an allocator.",
  "title": "Arc::increment_strong_count design question"
}