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

test_utils::marks!(
    type_var_cycles_resolve_completely
    type_var_cycles_resolve_as_possible
    type_var_resolves_to_int_var
    impl_self_type_match_without_receiver
    match_ergonomics_ref
    coerce_merge_fail_fallback
    coerce_fn_reification
    trait_self_implements_self
);