]> git.proxmox.com Git - rustc.git/blame - src/test/ui/dep-graph/dep-graph-type-alias.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / dep-graph / dep-graph-type-alias.stderr
CommitLineData
532ac7d7 1error: no path from `TypeAlias` to `type_of`
c295e0f8 2 --> $DIR/dep-graph-type-alias.rs:18:1
b7449926 3 |
532ac7d7
XL
4LL | #[rustc_then_this_would_need(type_of)]
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
b7449926
XL
6
7error: OK
c295e0f8 8 --> $DIR/dep-graph-type-alias.rs:20:5
b7449926 9 |
532ac7d7
XL
10LL | #[rustc_then_this_would_need(type_of)]
11 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
b7449926 12
532ac7d7 13error: no path from `TypeAlias` to `type_of`
c295e0f8 14 --> $DIR/dep-graph-type-alias.rs:25:1
b7449926 15 |
532ac7d7
XL
16LL | #[rustc_then_this_would_need(type_of)]
17 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
b7449926
XL
18
19error: OK
c295e0f8 20 --> $DIR/dep-graph-type-alias.rs:28:9
b7449926 21 |
532ac7d7
XL
22LL | #[rustc_then_this_would_need(type_of)]
23 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
b7449926 24
532ac7d7 25error: no path from `TypeAlias` to `type_of`
c295e0f8 26 --> $DIR/dep-graph-type-alias.rs:34:1
b7449926 27 |
532ac7d7
XL
28LL | #[rustc_then_this_would_need(type_of)]
29 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
b7449926 30
532ac7d7 31error: no path from `TypeAlias` to `type_of`
c295e0f8 32 --> $DIR/dep-graph-type-alias.rs:42:1
b7449926 33 |
532ac7d7
XL
34LL | #[rustc_then_this_would_need(type_of)]
35 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
b7449926
XL
36
37error: OK
c295e0f8 38 --> $DIR/dep-graph-type-alias.rs:49:1
b7449926 39 |
532ac7d7
XL
40LL | #[rustc_then_this_would_need(type_of)]
41 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
b7449926
XL
42
43error: OK
c295e0f8 44 --> $DIR/dep-graph-type-alias.rs:52:1
b7449926 45 |
532ac7d7
XL
46LL | #[rustc_then_this_would_need(fn_sig)]
47 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
b7449926
XL
48
49error: OK
c295e0f8 50 --> $DIR/dep-graph-type-alias.rs:53:1
b7449926 51 |
3dfed10e
XL
52LL | #[rustc_then_this_would_need(typeck)]
53 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
b7449926 54
064997fb
FG
55error: OK
56 --> $DIR/dep-graph-type-alias.rs:36:5
57 |
58LL | #[rustc_then_this_would_need(fn_sig)]
59 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
60
61error: OK
62 --> $DIR/dep-graph-type-alias.rs:44:5
63 |
64LL | #[rustc_then_this_would_need(fn_sig)]
65 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
66
67error: OK
68 --> $DIR/dep-graph-type-alias.rs:45:5
69 |
70LL | #[rustc_then_this_would_need(typeck)]
71 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
72
b7449926
XL
73error: aborting due to 12 previous errors
74