rust/crates/ra_hir/src/marks.rs

17 lines
433 B
Rust
Raw Normal View History

test_utils::marks!(
2019-03-16 18:06:45 +03:00
bogus_paths
name_res_works_for_broken_modules
2019-03-14 11:53:40 +03:00
can_import_enum_variant
2019-01-26 23:57:03 +01:00
type_var_cycles_resolve_completely
type_var_cycles_resolve_as_possible
2019-02-09 22:03:01 +01:00
type_var_resolves_to_int_var
2019-02-10 15:16:23 +01:00
glob_enum
glob_across_crates
2019-02-10 20:44:34 +01:00
std_prelude
2019-03-17 19:05:10 +00:00
match_ergonomics_ref
2019-05-05 15:01:07 +02:00
trait_resolution_on_fn_type
2019-08-07 15:14:22 +02:00
infer_while_let
macro_rules_from_other_crates_are_visible_with_macro_use
2019-09-05 16:20:36 +08:00
prelude_is_macro_use
);