mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-06 18:28:51 +00:00
177229bfde
Lost some marks along the way :-(
10 lines
263 B
Rust
10 lines
263 B
Rust
//! See test_utils/src/marks.rs
|
|
|
|
test_utils::marks!(
|
|
inserts_angle_brackets_for_generics
|
|
inserts_parens_for_function_calls
|
|
call_info_bad_offset
|
|
dont_complete_current_use
|
|
test_resolve_parent_module_on_module_decl
|
|
search_filters_by_range
|
|
);
|