We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
box
in
Tracking issue for rust-lang/rfcs#809. This should be filled out with TODO items. Note that in this case there are some unsettled design questions to be resolved as well.
To do:
libstd
_
expr as Box<_>
Box<Trait>
x as Box<[T]>
x: Box<[T; k]>
Unresolved questions:
Tracking issue for rust-lang/rfcs#809. This should be filled out with TODO items. Note that in this case there are some unsettled design questions to be resolved as well.
To do:
indesugaring implementationboxdesugaring implementationlibstdAPIs to supportinlibstdAPIs to supportboxin_inexpr as Box<_>when expectingBox<Trait>? #22221, Cannot dox as Box<[T]>forx: Box<[T; k]>#22403, Could type inference insert coercions to accommodate box desugaring? #22405)Unresolved questions:
box(was Precedence ofboxis possibly wrong #21192)