mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-05 01:38:47 +00:00
2dbf58c579
this is the reason why we need marks: the tests were spread across two files, because I've forgotten that there were tests already
3 lines
65 B
Rust
3 lines
65 B
Rust
use test_utils::mark;
|
|
|
|
mark!(name_res_works_for_broken_modules);
|