mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
42aa1273b0
When encountering code like `Box(42)`, suggest `Box::new(42)` and *all* other associated functions that return `-> Box<T>`.