We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb1529 commit 964c7b3Copy full SHA for 964c7b3
crates/ide/src/hover.rs
@@ -3534,6 +3534,7 @@ impl<T: TraitA + TraitB> Foo<T$0> where T: Sized {}
3534
);
3535
check(
3536
r#"
3537
+//- minicore: sized
3538
struct Foo<T>(T);
3539
impl<T> Foo<T$0> {}
3540
"#,
@@ -3548,6 +3549,7 @@ impl<T> Foo<T$0> {}
3548
3549
// lifetimes bounds arent being tracked yet
3550
3551
3552
3553
3554
impl<T: 'static> Foo<T$0> {}
3555
0 commit comments