diff --git a/crates/ide/src/hover.rs b/crates/ide/src/hover.rs index 30c695700c..1589a02b98 100644 --- a/crates/ide/src/hover.rs +++ b/crates/ide/src/hover.rs @@ -3534,6 +3534,7 @@ impl Foo where T: Sized {} ); check( r#" +//- minicore: sized struct Foo(T); impl Foo {} "#, @@ -3548,6 +3549,7 @@ impl Foo {} // lifetimes bounds arent being tracked yet check( r#" +//- minicore: sized struct Foo(T); impl Foo {} "#,