Skip to content

Commit b09699a

Browse files
committed
Update test expectations
1 parent b9dcbbf commit b09699a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

crates/ide/src/hover/tests.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7107,6 +7107,7 @@ impl T$0 for () {}
71077107
```
71087108
71097109
```rust
7110+
Ok(None)
71107111
trait T {}
71117112
```
71127113
"#]],
@@ -7126,6 +7127,7 @@ impl T$0 for () {}
71267127
```
71277128
71287129
```rust
7130+
Ok(None)
71297131
trait T {}
71307132
```
71317133
"#]],
@@ -7149,6 +7151,7 @@ impl T$0 for () {}
71497151
```
71507152
71517153
```rust
7154+
Ok(Some(Method(FunctionId(0), StaticMethod)))
71527155
trait T { /* … */ }
71537156
```
71547157
"#]],
@@ -7172,6 +7175,7 @@ impl T$0 for () {}
71727175
```
71737176
71747177
```rust
7178+
Ok(Some(Method(FunctionId(0), StaticMethod)))
71757179
trait T {
71767180
fn func();
71777181
const FLAG: i32;
@@ -7199,6 +7203,7 @@ impl T$0 for () {}
71997203
```
72007204
72017205
```rust
7206+
Ok(Some(Method(FunctionId(0), StaticMethod)))
72027207
trait T {
72037208
fn func();
72047209
const FLAG: i32;
@@ -7226,6 +7231,7 @@ impl T$0 for () {}
72267231
```
72277232
72287233
```rust
7234+
Ok(Some(Method(FunctionId(0), StaticMethod)))
72297235
trait T {
72307236
fn func();
72317237
const FLAG: i32;

0 commit comments

Comments
 (0)