aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/marks.rs
blob: 1adf5cd5385d519e47a53501dc2e0e2d140d0c2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
test_utils::marks!(
    bogus_paths
    name_res_works_for_broken_modules
    can_import_enum_variant
    type_var_cycles_resolve_completely
    type_var_cycles_resolve_as_possible
    type_var_resolves_to_int_var
    glob_enum
    glob_across_crates
    std_prelude
    match_ergonomics_ref
    trait_resolution_on_fn_type
    infer_while_let
    match_complex_arm_ty
    match_first_arm_never
    match_second_arm_never
    match_all_arms_never
    match_no_never_arms
    if_never
    if_else_never
);