@@ -25,8 +25,8 @@ LL | #[rustc_then_this_would_need(fn_sig)]
2525error: OK
2626 --> $DIR/dep-graph-struct-signature.rs:37:34
2727 |
28- LL | #[rustc_then_this_would_need(typeck )]
29- | ^^^^^^
28+ LL | #[rustc_then_this_would_need(typeck_root )]
29+ | ^^^^^^^^^^^
3030
3131error: OK
3232 --> $DIR/dep-graph-struct-signature.rs:40:34
@@ -37,8 +37,8 @@ LL | #[rustc_then_this_would_need(fn_sig)]
3737error: OK
3838 --> $DIR/dep-graph-struct-signature.rs:41:34
3939 |
40- LL | #[rustc_then_this_would_need(typeck )]
41- | ^^^^^^
40+ LL | #[rustc_then_this_would_need(typeck_root )]
41+ | ^^^^^^^^^^^
4242
4343error: OK
4444 --> $DIR/dep-graph-struct-signature.rs:46:34
@@ -88,11 +88,11 @@ error: no path from `WillChange` to `fn_sig`
8888LL | #[rustc_then_this_would_need(fn_sig)]
8989 | ^^^^^^
9090
91- error: no path from `WillChange` to `typeck `
91+ error: no path from `WillChange` to `typeck_root `
9292 --> $DIR/dep-graph-struct-signature.rs:85:34
9393 |
94- LL | #[rustc_then_this_would_need(typeck )]
95- | ^^^^^^
94+ LL | #[rustc_then_this_would_need(typeck_root )]
95+ | ^^^^^^^^^^^
9696
9797error: OK
9898 --> $DIR/dep-graph-struct-signature.rs:32:38
@@ -115,8 +115,8 @@ LL | #[rustc_then_this_would_need(fn_sig)]
115115error: OK
116116 --> $DIR/dep-graph-struct-signature.rs:49:38
117117 |
118- LL | #[rustc_then_this_would_need(typeck )]
119- | ^^^^^^
118+ LL | #[rustc_then_this_would_need(typeck_root )]
119+ | ^^^^^^^^^^^
120120
121121error: OK
122122 --> $DIR/dep-graph-struct-signature.rs:55:38
@@ -127,8 +127,8 @@ LL | #[rustc_then_this_would_need(fn_sig)]
127127error: OK
128128 --> $DIR/dep-graph-struct-signature.rs:56:38
129129 |
130- LL | #[rustc_then_this_would_need(typeck )]
131- | ^^^^^^
130+ LL | #[rustc_then_this_would_need(typeck_root )]
131+ | ^^^^^^^^^^^
132132
133133error: aborting due to 22 previous errors
134134
0 commit comments