mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 14:51:48 +00:00
Fix hover tests
This commit is contained in:
parent
0c6a993f59
commit
4d9728ccb2
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||||
```
|
```
|
||||||
"#]],
|
"#]],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue