Unsupport box_syntax
feature
#10276
Labels
subsystem::code insight
General label for issues related to code understanding: highlighting, completion, annotation, etc.
Environment
Problem description
See rust-lang/rust#108471
We suggest adding this feature for
let b = box 5;
and we use (support) it in type inference.It will be helpful to have a quick to transform
let a = box 5
tolet a = Box::new(5)
.Steps to reproduce
The text was updated successfully, but these errors were encountered: