2019-01-25 10:08:21 +03:00
|
|
|
test_utils::marks!(
|
2019-03-16 18:06:45 +03:00
|
|
|
bogus_paths
|
2019-01-25 10:08:21 +03:00
|
|
|
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
|
2019-02-10 15:41:44 +01:00
|
|
|
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
|
2019-09-02 14:36:20 +08:00
|
|
|
macro_rules_from_other_crates_are_visible_with_macro_use
|
2019-09-05 16:20:36 +08:00
|
|
|
prelude_is_macro_use
|
2019-01-25 10:08:21 +03:00
|
|
|
);
|