11 lines
255 B
Rust
Raw Normal View History

//! See test_utils/src/marks.rs
test_utils::marks!(
2019-01-26 23:57:03 +01:00
type_var_cycles_resolve_completely
type_var_cycles_resolve_as_possible
2019-02-09 22:03:01 +01:00
type_var_resolves_to_int_var
2019-03-17 19:05:10 +00:00
match_ergonomics_ref
coerce_merge_fail_fallback
2019-12-15 21:06:08 +01:00
insert_vars_for_impl_trait
);