aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/nameres
diff options
context:
space:
mode:
authorFlorian Diebold <[email protected]>2019-02-10 14:41:44 +0000
committerFlorian Diebold <[email protected]>2019-02-10 15:20:01 +0000
commit2e1d739a8063307facf9ff098c26b02005092e05 (patch)
tree0a31bfcd8cae51b157893c516115acbe454d3ee5 /crates/ra_hir/src/nameres
parentc1e295682ec23b7f9923cda07fc28d99c987f327 (diff)
Import glob imports from other crates
This is the easy part since we don't have to consider the fixpoint algorithm.
Diffstat (limited to 'crates/ra_hir/src/nameres')
-rw-r--r--crates/ra_hir/src/nameres/tests.rs1
1 files changed, 1 insertions, 0 deletions
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() {
251 251
252#[test] 252#[test]
253fn glob_across_crates() { 253fn glob_across_crates() {
254 covers!(glob_across_crates);
254 let (mut db, sr) = MockDatabase::with_files( 255 let (mut db, sr) = MockDatabase::with_files(
255 " 256 "
256 //- /main.rs 257 //- /main.rs