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 21636ac commit b181cacCopy full SHA for b181cac
src/tools/rust-analyzer/crates/ide/src/goto_definition.rs
@@ -540,22 +540,6 @@ fn f(ch: char) -> bool {
540
);
541
}
542
543
- #[test]
544
- fn goto_def_range_pat_inclusive() {
545
- check_name(
546
- "RangeInclusive",
547
- r#"
548
-//- minicore: range
549
-fn f(ch: char) -> bool {
550
- match ch {
551
- 'a'..$0='z' => true,
552
- _ => false
553
- }
554
-}
555
-"#
556
- );
557
558
-
559
#[test]
560
fn goto_def_expr_range() {
561
check_name(
0 commit comments