From 2e1d739a8063307facf9ff098c26b02005092e05 Mon Sep 17 00:00:00 2001 From: Florian Diebold Date: Sun, 10 Feb 2019 15:41:44 +0100 Subject: Import glob imports from other crates This is the easy part since we don't have to consider the fixpoint algorithm. --- crates/ra_hir/src/nameres/tests.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/ra_hir/src/nameres') diff --git a/crates/ra_hir/src/nameres/tests.rs b/crates/ra_hir/src/nameres/tests.rs index 91566fc98..9c0e4ef29 100644 --- a/crates/ra_hir/src/nameres/tests.rs +++ b/crates/ra_hir/src/nameres/tests.rs @@ -251,6 +251,7 @@ fn glob_enum() { #[test] fn glob_across_crates() { + covers!(glob_across_crates); let (mut db, sr) = MockDatabase::with_files( " //- /main.rs -- cgit v1.2.3