diff options
Diffstat (limited to 'crates/ide/src')
| -rw-r--r-- | crates/ide/src/highlight_related.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/ide/src/highlight_related.rs b/crates/ide/src/highlight_related.rs index 71e7a8544e6..e442cf7c4fa 100644 --- a/crates/ide/src/highlight_related.rs +++ b/crates/ide/src/highlight_related.rs @@ -424,6 +424,7 @@ macro_rules! foo { foo!(bar$0); // ^^^ // ^^^ + // ^^^ fn foo() { let bar: bar = bar(); // ^^^ @@ -442,6 +443,7 @@ macro_rules! foo { foo!(bar); // ^^^ + // ^^^ fn foo() { let bar: bar$0 = bar(); // ^^^ |
