aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/marks.rs
blob: 0d4fa5b67363cdbdeda636b0e7900e3444c7b389 (plain)
1
2
3
4
5
6
7
8
9
10
//! 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
    match_ergonomics_ref
    infer_while_let
    coerce_merge_fail_fallback
);