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

test_utils::marks!(
    bogus_paths
    name_res_works_for_broken_modules
    can_import_enum_variant
    glob_enum
    glob_enum_group
    glob_across_crates
    std_prelude
    macro_rules_from_other_crates_are_visible_with_macro_use
    prelude_is_macro_use
    macro_dollar_crate_self
    macro_dollar_crate_other
    infer_resolve_while_let
    prefer_std_paths
);