Fix hover tests

This commit is contained in:
Teddy_Wang 2021-09-13 19:47:53 -04:00
parent 0c6a993f59
commit 4d9728ccb2

View file

@ -4542,7 +4542,7 @@ fn foo() {
"#, "#,
expect![[r#" expect![[r#"
```text ```text
Type: i32 Type: i32
Dereferenced from: DerefExample<i32> Dereferenced from: DerefExample<i32>
``` ```
"#]], "#]],
@ -4575,8 +4575,8 @@ fn foo() {
"#, "#,
expect![[r#" expect![[r#"
```text ```text
Type: &&&&&i32 Type: &&&&&i32
Coerced to: &i32 Coerced to: &i32
Dereferenced from: DerefExample<&&&&&i32> Dereferenced from: DerefExample<&&&&&i32>
``` ```
"#]], "#]],