mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
Cleanup unused marks
This commit is contained in:
parent
dfdb6321ac
commit
38b941db13
1 changed files with 0 additions and 10 deletions
|
@ -1,20 +1,10 @@
|
||||||
//! See test_utils/src/marks.rs
|
//! See test_utils/src/marks.rs
|
||||||
|
|
||||||
test_utils::marks!(
|
test_utils::marks!(
|
||||||
bogus_paths
|
|
||||||
// FIXME: restore this mark once hir is split
|
|
||||||
name_res_works_for_broken_modules
|
|
||||||
can_import_enum_variant
|
|
||||||
type_var_cycles_resolve_completely
|
type_var_cycles_resolve_completely
|
||||||
type_var_cycles_resolve_as_possible
|
type_var_cycles_resolve_as_possible
|
||||||
type_var_resolves_to_int_var
|
type_var_resolves_to_int_var
|
||||||
glob_enum
|
|
||||||
glob_across_crates
|
|
||||||
std_prelude
|
|
||||||
match_ergonomics_ref
|
match_ergonomics_ref
|
||||||
infer_while_let
|
infer_while_let
|
||||||
macro_rules_from_other_crates_are_visible_with_macro_use
|
|
||||||
prelude_is_macro_use
|
|
||||||
coerce_merge_fail_fallback
|
coerce_merge_fail_fallback
|
||||||
macro_dollar_crate_self
|
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue