This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit a33faef
committed
Auto merge of rust-lang#135365 - saethlin:box-new, r=<try>
Use Box::new instead of the box_new intrinsic in vec! expansion
r? ghost
This should perf differently since rust-lang#135274 landed.
Some UI tests are failing locally and seem to indicate a diagnostic regression that I'll fix if this perfs well.1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
| 51 | + | |
54 | 52 | | |
55 | 53 | | |
56 | 54 | | |
| |||
0 commit comments