summary refs log tree commit diff
path: root/src/test/ui/dep-graph/dep-graph-caller-callee.stderr
blob: d7bf63822579fd2c51a8d105aa476528b77ebb38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: OK
  --> $DIR/dep-graph-caller-callee.rs:20:5
   |
LL |     #[rustc_then_this_would_need(TypeckTables)] //~ ERROR OK
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: no path from `x::x` to `TypeckTables`
  --> $DIR/dep-graph-caller-callee.rs:31:5
   |
LL |     #[rustc_then_this_would_need(TypeckTables)] //~ ERROR no path
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 2 previous errors