Slug: own-rc-preview-01 · Paired reading: Chapters 5 and 11
Prompt
fn share_label(label: String) -> (Rc<String>, Rc<String>) — two
handles to the same allocation. strong_count should be 2 after return
(before either drops). Preview of shared ownership — not the default.