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

11 lines
255 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
2019-03-17 19:05:10 +00:00
match_ergonomics_ref
coerce_merge_fail_fallback
2019-12-15 20:06:08 +00:00
insert_vars_for_impl_trait
);