-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Closed
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and tools
Description
I wanted to link somebody to documentation explaining that you can dereference a Box
to move the value onto the stack, but... neither the boxed
module nor Box
mention this or show any examples!
https://doc.rust-lang.org/stable/std/boxed/index.html
https://doc.rust-lang.org/stable/std/boxed/struct.Box.html
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and tools
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
frewsxcv commentedon Sep 25, 2018
Opened a PR for this: #54544
Rollup merge of rust-lang#54544 - frewsxcv:frewsxcv-deref, r=Guillaum…