mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +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#"
|
||||
```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…
Add table
Add a link
Reference in a new issue