We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b4ab23 commit 1519df6Copy full SHA for 1519df6
src/incrcomp-debugging.md
@@ -4,9 +4,9 @@
4
5
There are various ways to write tests against the dependency graph.
6
The simplest mechanisms are the `#[rustc_if_this_changed]` and
7
-`#[rustc_then_this_would_need]` annotations. These are used in compile-fail
8
-tests to test whether the expected set of paths exist in the dependency graph.
9
-As an example, see `src/test/compile-fail/dep-graph-caller-callee.rs`.
+`#[rustc_then_this_would_need]` annotations. These are used in ui tests
+to test whether the expected set of paths exist in the dependency graph.
+As an example, see `src/test/ui/dep-graph/dep-graph-caller-callee.rs`.
10
11
The idea is that you can annotate a test like:
12
0 commit comments