Skip to content

Commit

Permalink
Auto merge of rust-lang#17714 - Throne3d:patch-1, r=Veykril
Browse files Browse the repository at this point in the history
docs: Reference cov_mark crate instead of test_utils/mark

Seems this was switched over in rust-lang#7922

I'm guessing this should skip the changelog because it's so minor, right? Reading through https://github.com/rust-lang/rust-analyzer/blob/master/docs/dev/style.md and trying to get up to speed here =)
  • Loading branch information
bors committed Jul 27, 2024
2 parents 072d710 + d10cdd2 commit 9fcaab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ It has a much richer vocabulary of types than `ide`, but the basic testing setup
For comparisons, we use the `expect` crate for snapshot testing.

To test various analysis corner cases and avoid forgetting about old tests, we use so-called marks.
See the `marks` module in the `test_utils` crate for more.
See the [cov_mark](https://docs.rs/cov-mark/latest/cov_mark/) crate documentation for more.

**Architecture Invariant:** rust-analyzer tests do not use libcore or libstd.
All required library code must be a part of the tests.
Expand Down

0 comments on commit 9fcaab3

Please sign in to comment.