mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
094f1c4dc6
The original description suggests that the original `Rc<T>` itself is downgraded, which doesn't seem to be what the code does. At the same time, `Rc` is one of those types that can do weird things with only a shared reference, so I thought it would be good to be clear.