diff options
Diffstat (limited to 'crates/ide')
-rw-r--r-- | crates/ide/src/inlay_hints.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ide/src/inlay_hints.rs b/crates/ide/src/inlay_hints.rs index 2f37c8040..42d0a38e8 100644 --- a/crates/ide/src/inlay_hints.rs +++ b/crates/ide/src/inlay_hints.rs | |||
@@ -654,6 +654,7 @@ fn main() { | |||
654 | let test = "test"; | 654 | let test = "test"; |
655 | //^^^^ &str | 655 | //^^^^ &str |
656 | let test = InnerStruct {}; | 656 | let test = InnerStruct {}; |
657 | //^^^^ InnerStruct | ||
657 | 658 | ||
658 | let test = unresolved(); | 659 | let test = unresolved(); |
659 | 660 | ||