Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide/src/references.rs')
-rw-r--r--crates/ide/src/references.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/ide/src/references.rs b/crates/ide/src/references.rs
index a2b317be58..3eb7867a3a 100644
--- a/crates/ide/src/references.rs
+++ b/crates/ide/src/references.rs
@@ -580,6 +580,7 @@ pub fn also_calls_foo() {
"#,
false,
false,
+ // FIXME: The ranges here are volatile when minicore changes, that's not good.
expect![[r#"
foo Function FileId(1) 0..15 7..10
@@ -599,7 +600,7 @@ fn main() {
false,
false,
expect![[r#"
- Some Variant FileId(1) 6022..6054 6047..6051
+ Some Variant FileId(1) 6737..6769 6762..6766
FileId(0) 46..50
"#]],