rust-analyzer/crates/ra_hir_ty/src/marks.rs
Aleksey Kladov a87579500a Move Ty
2019-11-27 21:16:00 +03:00

9 lines
224 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
);