mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-01 15:58:47 +00:00
14 lines
347 B
Rust
14 lines
347 B
Rust
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
|
|
match_ergonomics_ref
|
|
trait_resolution_on_fn_type
|
|
infer_while_let
|
|
);
|