blob: bbf57004d5b57d5204399546325bf6d23ff47b32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
test_utils::marks!(
bogus_paths
name_res_works_for_broken_modules
can_import_enum_variant
type_var_cycles_resolve_completely
type_var_cycles_resolve_as_possible
type_var_resolves_to_int_var
glob_enum
glob_across_crates
std_prelude
);
|