rust-analyzer/crates/ra_hir_ty/src/marks.rs
Florian Diebold 91853590a9 Add test mark
2019-12-15 21:06:08 +01:00

10 lines
255 B
Rust

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