@@ -17,83 +17,83 @@ LL | #[cfg_attr::no_such_thing]
17
17
= help: add `#![feature(stmt_expr_attributes)]` to the crate attributes to enable
18
18
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
19
19
20
- error[E0433]: failed to resolve: use of undeclared crate or module `cfg_attr`
20
+ error[E0433]: failed to resolve: use of unresolved module or unlinked crate `cfg_attr`
21
21
--> $DIR/check-cfg_attr-ice.rs:52:3
22
22
|
23
23
LL | #[cfg_attr::no_such_thing]
24
- | ^^^^^^^^ use of undeclared crate or module `cfg_attr`
24
+ | ^^^^^^^^ use of unresolved module or unlinked crate `cfg_attr`
25
25
26
- error[E0433]: failed to resolve: use of undeclared crate or module `cfg_attr`
26
+ error[E0433]: failed to resolve: use of unresolved module or unlinked crate `cfg_attr`
27
27
--> $DIR/check-cfg_attr-ice.rs:55:7
28
28
|
29
29
LL | #[cfg_attr::no_such_thing]
30
- | ^^^^^^^^ use of undeclared crate or module `cfg_attr`
30
+ | ^^^^^^^^ use of unresolved module or unlinked crate `cfg_attr`
31
31
32
- error[E0433]: failed to resolve: use of undeclared crate or module `cfg_attr`
32
+ error[E0433]: failed to resolve: use of unresolved module or unlinked crate `cfg_attr`
33
33
--> $DIR/check-cfg_attr-ice.rs:57:17
34
34
|
35
35
LL | GiveYouUp(#[cfg_attr::no_such_thing] u8),
36
- | ^^^^^^^^ use of undeclared crate or module `cfg_attr`
36
+ | ^^^^^^^^ use of unresolved module or unlinked crate `cfg_attr`
37
37
38
- error[E0433]: failed to resolve: use of undeclared crate or module `cfg_attr`
38
+ error[E0433]: failed to resolve: use of unresolved module or unlinked crate `cfg_attr`
39
39
--> $DIR/check-cfg_attr-ice.rs:64:11
40
40
|
41
41
LL | #[cfg_attr::no_such_thing]
42
- | ^^^^^^^^ use of undeclared crate or module `cfg_attr`
42
+ | ^^^^^^^^ use of unresolved module or unlinked crate `cfg_attr`
43
43
44
- error[E0433]: failed to resolve: use of undeclared crate or module `cfg_attr`
44
+ error[E0433]: failed to resolve: use of unresolved module or unlinked crate `cfg_attr`
45
45
--> $DIR/check-cfg_attr-ice.rs:41:7
46
46
|
47
47
LL | #[cfg_attr::no_such_thing]
48
- | ^^^^^^^^ use of undeclared crate or module `cfg_attr`
48
+ | ^^^^^^^^ use of unresolved module or unlinked crate `cfg_attr`
49
49
50
- error[E0433]: failed to resolve: use of undeclared crate or module `cfg_attr`
50
+ error[E0433]: failed to resolve: use of unresolved module or unlinked crate `cfg_attr`
51
51
--> $DIR/check-cfg_attr-ice.rs:43:15
52
52
|
53
53
LL | fn from(#[cfg_attr::no_such_thing] any_other_guy: AnyOtherGuy) -> This {
54
- | ^^^^^^^^ use of undeclared crate or module `cfg_attr`
54
+ | ^^^^^^^^ use of unresolved module or unlinked crate `cfg_attr`
55
55
56
- error[E0433]: failed to resolve: use of undeclared crate or module `cfg_attr`
56
+ error[E0433]: failed to resolve: use of unresolved module or unlinked crate `cfg_attr`
57
57
--> $DIR/check-cfg_attr-ice.rs:45:11
58
58
|
59
59
LL | #[cfg_attr::no_such_thing]
60
- | ^^^^^^^^ use of undeclared crate or module `cfg_attr`
60
+ | ^^^^^^^^ use of unresolved module or unlinked crate `cfg_attr`
61
61
62
- error[E0433]: failed to resolve: use of undeclared crate or module `cfg_attr`
62
+ error[E0433]: failed to resolve: use of unresolved module or unlinked crate `cfg_attr`
63
63
--> $DIR/check-cfg_attr-ice.rs:32:3
64
64
|
65
65
LL | #[cfg_attr::no_such_thing]
66
- | ^^^^^^^^ use of undeclared crate or module `cfg_attr`
66
+ | ^^^^^^^^ use of unresolved module or unlinked crate `cfg_attr`
67
67
68
- error[E0433]: failed to resolve: use of undeclared crate or module `cfg_attr`
68
+ error[E0433]: failed to resolve: use of unresolved module or unlinked crate `cfg_attr`
69
69
--> $DIR/check-cfg_attr-ice.rs:24:3
70
70
|
71
71
LL | #[cfg_attr::no_such_thing]
72
- | ^^^^^^^^ use of undeclared crate or module `cfg_attr`
72
+ | ^^^^^^^^ use of unresolved module or unlinked crate `cfg_attr`
73
73
74
- error[E0433]: failed to resolve: use of undeclared crate or module `cfg_attr`
74
+ error[E0433]: failed to resolve: use of unresolved module or unlinked crate `cfg_attr`
75
75
--> $DIR/check-cfg_attr-ice.rs:27:7
76
76
|
77
77
LL | #[cfg_attr::no_such_thing]
78
- | ^^^^^^^^ use of undeclared crate or module `cfg_attr`
78
+ | ^^^^^^^^ use of unresolved module or unlinked crate `cfg_attr`
79
79
80
- error[E0433]: failed to resolve: use of undeclared crate or module `cfg_attr`
80
+ error[E0433]: failed to resolve: use of unresolved module or unlinked crate `cfg_attr`
81
81
--> $DIR/check-cfg_attr-ice.rs:16:3
82
82
|
83
83
LL | #[cfg_attr::no_such_thing]
84
- | ^^^^^^^^ use of undeclared crate or module `cfg_attr`
84
+ | ^^^^^^^^ use of unresolved module or unlinked crate `cfg_attr`
85
85
86
- error[E0433]: failed to resolve: use of undeclared crate or module `cfg_attr`
86
+ error[E0433]: failed to resolve: use of unresolved module or unlinked crate `cfg_attr`
87
87
--> $DIR/check-cfg_attr-ice.rs:19:7
88
88
|
89
89
LL | #[cfg_attr::no_such_thing]
90
- | ^^^^^^^^ use of undeclared crate or module `cfg_attr`
90
+ | ^^^^^^^^ use of unresolved module or unlinked crate `cfg_attr`
91
91
92
- error[E0433]: failed to resolve: use of undeclared crate or module `cfg_attr`
92
+ error[E0433]: failed to resolve: use of unresolved module or unlinked crate `cfg_attr`
93
93
--> $DIR/check-cfg_attr-ice.rs:12:3
94
94
|
95
95
LL | #[cfg_attr::no_such_thing]
96
- | ^^^^^^^^ use of undeclared crate or module `cfg_attr`
96
+ | ^^^^^^^^ use of unresolved module or unlinked crate `cfg_attr`
97
97
98
98
error: aborting due to 15 previous errors
99
99
0 commit comments