aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/marks.rs
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-11-27 18:32:33 +0000
committerAleksey Kladov <[email protected]>2019-11-27 18:35:06 +0000
commit757e593b253b4df7e6fc8bf15a4d4f34c9d484c5 (patch)
treed972d3a7e6457efdb5e0c558a8350db1818d07ae /crates/ra_ide/src/marks.rs
parentd9a36a736bfb91578a36505e7237212959bb55fe (diff)
rename ra_ide_api -> ra_ide
Diffstat (limited to 'crates/ra_ide/src/marks.rs')
-rw-r--r--crates/ra_ide/src/marks.rs13
1 files changed, 13 insertions, 0 deletions
diff --git a/crates/ra_ide/src/marks.rs b/crates/ra_ide/src/marks.rs
new file mode 100644
index 000000000..848ae4dc7
--- /dev/null
+++ b/crates/ra_ide/src/marks.rs
@@ -0,0 +1,13 @@
1//! See test_utils/src/marks.rs
2
3test_utils::marks!(
4 inserts_angle_brackets_for_generics
5 inserts_parens_for_function_calls
6 goto_definition_works_for_macros
7 goto_definition_works_for_methods
8 goto_definition_works_for_fields
9 goto_definition_works_for_record_fields
10 call_info_bad_offset
11 dont_complete_current_use
12 dont_complete_primitive_in_use
13);