From e7c49666be180eba2720cce09d4d2116b1ef4d20 Mon Sep 17 00:00:00 2001
From: Dawer <7803845+iDawer@users.noreply.github.com>
Date: Tue, 1 Jun 2021 01:44:51 +0500
Subject: Expand fixme comments
---
crates/hir_def/src/path.rs | 5 ++++-
crates/hir_ty/src/diagnostics/expr.rs | 1 +
crates/hir_ty/src/diagnostics/match_check/deconstruct_pat.rs | 3 ++-
crates/hir_ty/src/diagnostics/match_check/usefulness.rs | 3 ++-
4 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/crates/hir_def/src/path.rs b/crates/hir_def/src/path.rs
index f98622faa..4cdb5913d 100644
--- a/crates/hir_def/src/path.rs
+++ b/crates/hir_def/src/path.rs
@@ -166,7 +166,10 @@ impl Path {
}
/// Converts a known mod path to `Path`.
- pub fn from_known_path(path: ModPath, generic_args: Vec