Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide/src/highlight_related.rs')
-rw-r--r--crates/ide/src/highlight_related.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/ide/src/highlight_related.rs b/crates/ide/src/highlight_related.rs
index 71e7a8544e..e442cf7c4f 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();
// ^^^