rust-analyzer/crates/ra_hir/src/marks.rs
Florian Diebold 2e1d739a80 Import glob imports from other crates
This is the easy part since we don't have to consider the fixpoint algorithm.
2019-02-10 16:20:01 +01:00

9 lines
238 B
Rust

test_utils::marks!(
name_res_works_for_broken_modules
item_map_enum_importing
type_var_cycles_resolve_completely
type_var_cycles_resolve_as_possible
type_var_resolves_to_int_var
glob_enum
glob_across_crates
);