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 b8106eb commit 0f6b497Copy full SHA for 0f6b497
tests/source/expr.rs
@@ -355,3 +355,7 @@ fn newlines_between_list_like_expr() {
355
_ => bar(),
356
};
357
}
358
+
359
+fn issue2178() {
360
+ Ok(result.iter().map(|item| ls_util::rls_to_location(item)).collect())
361
+}
tests/target/expr.rs
@@ -408,3 +408,10 @@ fn newlines_between_list_like_expr() {
408
409
410
411
412
413
+ Ok(result
414
+ .iter()
415
+ .map(|item| ls_util::rls_to_location(item))
416
+ .collect())
417
0 commit comments