@@ -33,74 +33,90 @@ LL | #[cfg_accessible(Union::unresolved)]
3333error: not sure whether the path is accessible or not
3434 --> $DIR/cfg_accessible-not_sure.rs:36:18
3535 |
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+ |
3652LL | #[cfg_accessible(Enum::unresolved)]
3753 | ^^^^^^^^^^^^^^^^
3854 |
3955 = note: the type may have associated items, but we are currently not checking them
4056
4157error: 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
4359 |
4460LL | #[cfg_accessible(Trait::existing)]
4561 | ^^^^^^^^^^^^^^^
4662 |
4763 = note: the type may have associated items, but we are currently not checking them
4864
4965error: 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
5167 |
5268LL | #[cfg_accessible(Trait::unresolved)]
5369 | ^^^^^^^^^^^^^^^^^
5470 |
5571 = note: the type may have associated items, but we are currently not checking them
5672
5773error: 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
5975 |
6076LL | #[cfg_accessible(TypeAlias::existing)]
6177 | ^^^^^^^^^^^^^^^^^^^
6278 |
6379 = note: the type may have associated items, but we are currently not checking them
6480
6581error: 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
6783 |
6884LL | #[cfg_accessible(TypeAlias::unresolved)]
6985 | ^^^^^^^^^^^^^^^^^^^^^
7086 |
7187 = note: the type may have associated items, but we are currently not checking them
7288
7389error: 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
7591 |
7692LL | #[cfg_accessible(ForeignType::unresolved)]
7793 | ^^^^^^^^^^^^^^^^^^^^^^^
7894 |
7995 = note: the type may have associated items, but we are currently not checking them
8096
8197error: 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
8399 |
84100LL | #[cfg_accessible(AssocType::AssocType::unresolved)]
85101 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
86102 |
87103 = note: the type may have associated items, but we are currently not checking them
88104
89105error: 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
91107 |
92108LL | #[cfg_accessible(u8::unresolved)]
93109 | ^^^^^^^^^^^^^^
94110 |
95111 = note: the type may have associated items, but we are currently not checking them
96112
97113error: 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
99115 |
100116LL | #[cfg_accessible(u8::is_ascii)]
101117 | ^^^^^^^^^^^^
102118 |
103119 = note: the type may have associated items, but we are currently not checking them
104120
105- error: aborting due to 13 previous errors
121+ error: aborting due to 15 previous errors
106122
0 commit comments