mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
25631ff093
Comment on `Rc` abort-guard strategy without naming unrelated fn `wrapped_add` is used, not `checked_add`, so avoid mentioning specific fn calls that may vary slightly based on "whatever produces the best code" and focus on things that will remain constant into the future.