aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_def/src/nameres/tests.rs
diff options
context:
space:
mode:
authorJonas Schievink <[email protected]>2020-09-16 16:26:16 +0100
committerJonas Schievink <[email protected]>2020-09-16 16:26:51 +0100
commitf792bc7ddd2616c0bb1fcdffda204151fc40b3d6 (patch)
tree247c78b6b4792a55fa638edafdc97d262fab6124 /crates/hir_def/src/nameres/tests.rs
parent603613a3028d7d385195f03f626ce00e1968191e (diff)
Add annotation-based nameres diagnostic tests
Diffstat (limited to 'crates/hir_def/src/nameres/tests.rs')
-rw-r--r--crates/hir_def/src/nameres/tests.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/hir_def/src/nameres/tests.rs b/crates/hir_def/src/nameres/tests.rs
index 5ca30dac9..11d84f808 100644
--- a/crates/hir_def/src/nameres/tests.rs
+++ b/crates/hir_def/src/nameres/tests.rs
@@ -2,6 +2,7 @@ mod globs;
2mod incremental; 2mod incremental;
3mod macros; 3mod macros;
4mod mod_resolution; 4mod mod_resolution;
5mod diagnostics;
5mod primitives; 6mod primitives;
6 7
7use std::sync::Arc; 8use std::sync::Arc;