//! 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
    trait_self_implements_self
);