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

17 lines
433 B
Rust
Raw Normal View History

test_utils::marks!(
2019-03-16 15:06:45 +00:00
bogus_paths
name_res_works_for_broken_modules
2019-03-14 08:53:40 +00:00
can_import_enum_variant
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-02-10 14:16:23 +00:00
glob_enum
glob_across_crates
2019-02-10 19:44:34 +00:00
std_prelude
2019-03-17 19:05:10 +00:00
match_ergonomics_ref
2019-05-05 13:01:07 +00:00
trait_resolution_on_fn_type
2019-08-07 13:14:22 +00:00
infer_while_let
macro_rules_from_other_crates_are_visible_with_macro_use
2019-09-05 08:20:36 +00:00
prelude_is_macro_use
);