blob: 0f754eb9c75515c3ed8767723127102802a6da16 (
plain)
1
2
3
4
5
6
7
8
9
|
//! 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
coerce_merge_fail_fallback
);
|