aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_def/src/marks.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_hir_def/src/marks.rs')
-rw-r--r--crates/ra_hir_def/src/marks.rs14
1 files changed, 14 insertions, 0 deletions
diff --git a/crates/ra_hir_def/src/marks.rs b/crates/ra_hir_def/src/marks.rs
new file mode 100644
index 000000000..0b99eac71
--- /dev/null
+++ b/crates/ra_hir_def/src/marks.rs
@@ -0,0 +1,14 @@
1//! See test_utils/src/marks.rs
2
3test_utils::marks!(
4 bogus_paths
5 name_res_works_for_broken_modules
6 can_import_enum_variant
7 glob_enum
8 glob_across_crates
9 std_prelude
10 macro_rules_from_other_crates_are_visible_with_macro_use
11 prelude_is_macro_use
12 macro_dollar_crate_self
13 macro_dollar_crate_other
14);