aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/marks.rs
blob: 5bf4d20625210abe84796ce6cbabdbb71cfaa8f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! See test_utils/src/marks.rs

test_utils::marks!(
    inserts_angle_brackets_for_generics
    inserts_parens_for_function_calls
    goto_def_for_macros
    goto_def_for_methods
    goto_def_for_fields
    goto_def_for_record_fields
    goto_def_for_field_init_shorthand
    call_info_bad_offset
    dont_complete_current_use
    dont_complete_primitive_in_use
    test_resolve_parent_module_on_module_decl
);