aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_db/src/marks.rs
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-03-04 10:56:11 +0000
committerGitHub <[email protected]>2020-03-04 10:56:11 +0000
commit79d05aacd82dc38f491a87c2f61dc38e8da6e81c (patch)
tree4dce12051c938fbb5a69c23b5dedea6b0a707aa5 /crates/ra_ide_db/src/marks.rs
parent437329d3f5b7bb5b703b93c75a97d349eb77d6c7 (diff)
parent5095573139359ecf4560c66d13278c4122a4ca8b (diff)
Merge #3438
3438: Remove stray FIXME r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_ide_db/src/marks.rs')
-rw-r--r--crates/ra_ide_db/src/marks.rs9
1 files changed, 9 insertions, 0 deletions
diff --git a/crates/ra_ide_db/src/marks.rs b/crates/ra_ide_db/src/marks.rs
new file mode 100644
index 000000000..d088fa257
--- /dev/null
+++ b/crates/ra_ide_db/src/marks.rs
@@ -0,0 +1,9 @@
1//! See test_utils/src/marks.rs
2
3test_utils::marks![
4 goto_def_for_macros
5 goto_def_for_methods
6 goto_def_for_fields
7 goto_def_for_record_fields
8 goto_def_for_field_init_shorthand
9];