@@ -33,74 +33,90 @@ LL | #[cfg_accessible(Union::unresolved)]
33
33
error: not sure whether the path is accessible or not
34
34
--> $DIR/cfg_accessible-not_sure.rs:36:18
35
35
|
36
+ LL | #[cfg_accessible(Enum::Existing::existing)]
37
+ | ^^^^^^^^^^^^^^^^^^^^^^^^
38
+ |
39
+ = note: the type may have associated items, but we are currently not checking them
40
+
41
+ error: not sure whether the path is accessible or not
42
+ --> $DIR/cfg_accessible-not_sure.rs:38:18
43
+ |
44
+ LL | #[cfg_accessible(Enum::Existing::unresolved)]
45
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^
46
+ |
47
+ = note: the type may have associated items, but we are currently not checking them
48
+
49
+ error: not sure whether the path is accessible or not
50
+ --> $DIR/cfg_accessible-not_sure.rs:40:18
51
+ |
36
52
LL | #[cfg_accessible(Enum::unresolved)]
37
53
| ^^^^^^^^^^^^^^^^
38
54
|
39
55
= note: the type may have associated items, but we are currently not checking them
40
56
41
57
error: not sure whether the path is accessible or not
42
- --> $DIR/cfg_accessible-not_sure.rs:46 :18
58
+ --> $DIR/cfg_accessible-not_sure.rs:50 :18
43
59
|
44
60
LL | #[cfg_accessible(Trait::existing)]
45
61
| ^^^^^^^^^^^^^^^
46
62
|
47
63
= note: the type may have associated items, but we are currently not checking them
48
64
49
65
error: not sure whether the path is accessible or not
50
- --> $DIR/cfg_accessible-not_sure.rs:48 :18
66
+ --> $DIR/cfg_accessible-not_sure.rs:52 :18
51
67
|
52
68
LL | #[cfg_accessible(Trait::unresolved)]
53
69
| ^^^^^^^^^^^^^^^^^
54
70
|
55
71
= note: the type may have associated items, but we are currently not checking them
56
72
57
73
error: not sure whether the path is accessible or not
58
- --> $DIR/cfg_accessible-not_sure.rs:55 :18
74
+ --> $DIR/cfg_accessible-not_sure.rs:59 :18
59
75
|
60
76
LL | #[cfg_accessible(TypeAlias::existing)]
61
77
| ^^^^^^^^^^^^^^^^^^^
62
78
|
63
79
= note: the type may have associated items, but we are currently not checking them
64
80
65
81
error: not sure whether the path is accessible or not
66
- --> $DIR/cfg_accessible-not_sure.rs:57 :18
82
+ --> $DIR/cfg_accessible-not_sure.rs:61 :18
67
83
|
68
84
LL | #[cfg_accessible(TypeAlias::unresolved)]
69
85
| ^^^^^^^^^^^^^^^^^^^^^
70
86
|
71
87
= note: the type may have associated items, but we are currently not checking them
72
88
73
89
error: not sure whether the path is accessible or not
74
- --> $DIR/cfg_accessible-not_sure.rs:66 :18
90
+ --> $DIR/cfg_accessible-not_sure.rs:70 :18
75
91
|
76
92
LL | #[cfg_accessible(ForeignType::unresolved)]
77
93
| ^^^^^^^^^^^^^^^^^^^^^^^
78
94
|
79
95
= note: the type may have associated items, but we are currently not checking them
80
96
81
97
error: not sure whether the path is accessible or not
82
- --> $DIR/cfg_accessible-not_sure.rs:75 :18
98
+ --> $DIR/cfg_accessible-not_sure.rs:79 :18
83
99
|
84
100
LL | #[cfg_accessible(AssocType::AssocType::unresolved)]
85
101
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
86
102
|
87
103
= note: the type may have associated items, but we are currently not checking them
88
104
89
105
error: not sure whether the path is accessible or not
90
- --> $DIR/cfg_accessible-not_sure.rs:80 :18
106
+ --> $DIR/cfg_accessible-not_sure.rs:84 :18
91
107
|
92
108
LL | #[cfg_accessible(u8::unresolved)]
93
109
| ^^^^^^^^^^^^^^
94
110
|
95
111
= note: the type may have associated items, but we are currently not checking them
96
112
97
113
error: not sure whether the path is accessible or not
98
- --> $DIR/cfg_accessible-not_sure.rs:82 :18
114
+ --> $DIR/cfg_accessible-not_sure.rs:86 :18
99
115
|
100
116
LL | #[cfg_accessible(u8::is_ascii)]
101
117
| ^^^^^^^^^^^^
102
118
|
103
119
= note: the type may have associated items, but we are currently not checking them
104
120
105
- error: aborting due to 13 previous errors
121
+ error: aborting due to 15 previous errors
106
122
0 commit comments