Skip to content

Commit 964c7b3

Browse files
committed
minor: fix tests.
1 parent dfb1529 commit 964c7b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/ide/src/hover.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3534,6 +3534,7 @@ impl<T: TraitA + TraitB> Foo<T$0> where T: Sized {}
35343534
);
35353535
check(
35363536
r#"
3537+
//- minicore: sized
35373538
struct Foo<T>(T);
35383539
impl<T> Foo<T$0> {}
35393540
"#,
@@ -3548,6 +3549,7 @@ impl<T> Foo<T$0> {}
35483549
// lifetimes bounds arent being tracked yet
35493550
check(
35503551
r#"
3552+
//- minicore: sized
35513553
struct Foo<T>(T);
35523554
impl<T: 'static> Foo<T$0> {}
35533555
"#,

0 commit comments

Comments
 (0)