Samuel Tardieu 92c403c9b0 Box::default(): do not omit the type of the removed trait object
Within a larger expression, when the type of `Box::new(T::default())` is
`Box<dyn Trait>`, the concrete type `T` cannot be omitted in the
proposed replacement `Box::<T>::default()`.
2023-02-20 11:58:27 +01:00
..
2023-02-01 22:51:02 +01:00
2023-02-01 22:51:02 +01:00
2023-02-16 13:05:33 +01:00
2023-01-30 10:10:52 -07:00
2023-02-10 19:02:39 +01:00
2023-02-07 15:39:19 +05:30