We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c6a993 commit 4d9728cCopy full SHA for 4d9728c
crates/ide/src/hover.rs
@@ -4542,7 +4542,7 @@ fn foo() {
4542
"#,
4543
expect![[r#"
4544
```text
4545
- Type: i32
+ Type: i32
4546
Dereferenced from: DerefExample<i32>
4547
```
4548
"#]],
@@ -4575,8 +4575,8 @@ fn foo() {
4575
4576
4577
4578
- Type: &&&&&i32
4579
- Coerced to: &i32
+ Type: &&&&&i32
+ Coerced to: &i32
4580
Dereferenced from: DerefExample<&&&&&i32>
4581
4582
0 commit comments