summaryrefslogtreecommitdiffstats
path: root/src/test/ui/dep-graph/dep-graph-caller-callee.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/dep-graph/dep-graph-caller-callee.stderr')
-rw-r--r--src/test/ui/dep-graph/dep-graph-caller-callee.stderr14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/test/ui/dep-graph/dep-graph-caller-callee.stderr b/src/test/ui/dep-graph/dep-graph-caller-callee.stderr
new file mode 100644
index 000000000..4d06dc7f3
--- /dev/null
+++ b/src/test/ui/dep-graph/dep-graph-caller-callee.stderr
@@ -0,0 +1,14 @@
+error: OK
+ --> $DIR/dep-graph-caller-callee.rs:21:5
+ |
+LL | #[rustc_then_this_would_need(typeck)]
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+error: no path from `x` to `typeck`
+ --> $DIR/dep-graph-caller-callee.rs:32:5
+ |
+LL | #[rustc_then_this_would_need(typeck)]
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+error: aborting due to 2 previous errors
+