rust-analyzer/crates/ra_hir_ty/src/marks.rs

12 lines
297 B
Rust
Raw Normal View History

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