You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// `Box::<Option<_>>::default()` would be valid here, but not `Box::default()` or
40
+
// `Box::<Option<[closure@...]>::default()`
41
+
//
42
+
// Would have a suggestion after https://github.com/rust-lang/rust/blob/fdd030127cc68afec44a8d3f6341525dd34e50ae/compiler/rustc_middle/src/ty/diagnostics.rs#L554-L563
// `Box::<Option<_>>::default()` would be valid here, but not `Box::default()` or
40
+
// `Box::<Option<[closure@...]>::default()`
41
+
//
42
+
// Would have a suggestion after https://github.com/rust-lang/rust/blob/fdd030127cc68afec44a8d3f6341525dd34e50ae/compiler/rustc_middle/src/ty/diagnostics.rs#L554-L563
0 commit comments