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