Fix hover tests
This commit is contained in:
parent
0c6a993f59
commit
4d9728ccb2
@ -4542,7 +4542,7 @@ fn foo() {
|
||||
"#,
|
||||
expect![[r#"
|
||||
```text
|
||||
Type: i32
|
||||
Type: i32
|
||||
Dereferenced from: DerefExample<i32>
|
||||
```
|
||||
"#]],
|
||||
@ -4575,8 +4575,8 @@ fn foo() {
|
||||
"#,
|
||||
expect![[r#"
|
||||
```text
|
||||
Type: &&&&&i32
|
||||
Coerced to: &i32
|
||||
Type: &&&&&i32
|
||||
Coerced to: &i32
|
||||
Dereferenced from: DerefExample<&&&&&i32>
|
||||
```
|
||||
"#]],
|
||||
|
Loading…
Reference in New Issue
Block a user