]> git.lizzy.rs Git - rust.git/blob - src/test/ui/dep-graph/dep-graph-check-attr.stderr
Rollup merge of #105843 - compiler-errors:sugg-const, r=lcnr
[rust.git] / src / test / ui / dep-graph / dep-graph-check-attr.stderr
1 error: attribute requires -Z query-dep-graph to be enabled
2   --> $DIR/dep-graph-check-attr.rs:8:1
3    |
4 LL | #[rustc_clean(hir_owner)]
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^
6
7 error: attribute requires -Z query-dep-graph to be enabled
8   --> $DIR/dep-graph-check-attr.rs:11:1
9    |
10 LL | #[rustc_if_this_changed(hir_owner)]
11    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12
13 error: attribute requires -Z query-dep-graph to be enabled
14   --> $DIR/dep-graph-check-attr.rs:16:1
15    |
16 LL | #[rustc_clean(hir_owner)]
17    | ^^^^^^^^^^^^^^^^^^^^^^^^^
18
19 error: attribute requires -Z query-dep-graph to be enabled
20   --> $DIR/dep-graph-check-attr.rs:19:1
21    |
22 LL | #[rustc_then_this_would_need(variances_of)]
23    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
24
25 error: aborting due to 4 previous errors
26