From 2382dce2d3ac6c301bb3aa0d640385a59adbfe37 Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Wed, 10 Feb 2021 17:37:15 +0100 Subject: Slightly expand test --- crates/hir_ty/src/tests/traits.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crates/hir_ty/src/tests/traits.rs b/crates/hir_ty/src/tests/traits.rs index e030f4a97..7fce441f2 100644 --- a/crates/hir_ty/src/tests/traits.rs +++ b/crates/hir_ty/src/tests/traits.rs @@ -3198,6 +3198,9 @@ fn f() { ().method(); //^^^^^^^^^^^ {unknown} } + + ().method(); + //^^^^^^^^^^^ {unknown} } "#, ); -- cgit v1.2.3