107 lines
3.6 KiB
Text
107 lines
3.6 KiB
Text
|
error: not sure whether the path is accessible or not
|
||
|
--> $DIR/cfg_accessible-not_sure.rs:14:18
|
||
|
|
|
||
|
LL | #[cfg_accessible(Struct::existing)]
|
||
|
| ^^^^^^^^^^^^^^^^
|
||
|
|
|
||
|
= note: the type may have associated items, but we are currently not checking them
|
||
|
|
||
|
error: not sure whether the path is accessible or not
|
||
|
--> $DIR/cfg_accessible-not_sure.rs:16:18
|
||
|
|
|
||
|
LL | #[cfg_accessible(Struct::unresolved)]
|
||
|
| ^^^^^^^^^^^^^^^^^^
|
||
|
|
|
||
|
= note: the type may have associated items, but we are currently not checking them
|
||
|
|
||
|
error: not sure whether the path is accessible or not
|
||
|
--> $DIR/cfg_accessible-not_sure.rs:25:18
|
||
|
|
|
||
|
LL | #[cfg_accessible(Union::existing)]
|
||
|
| ^^^^^^^^^^^^^^^
|
||
|
|
|
||
|
= note: the type may have associated items, but we are currently not checking them
|
||
|
|
||
|
error: not sure whether the path is accessible or not
|
||
|
--> $DIR/cfg_accessible-not_sure.rs:27:18
|
||
|
|
|
||
|
LL | #[cfg_accessible(Union::unresolved)]
|
||
|
| ^^^^^^^^^^^^^^^^^
|
||
|
|
|
||
|
= note: the type may have associated items, but we are currently not checking them
|
||
|
|
||
|
error: not sure whether the path is accessible or not
|
||
|
--> $DIR/cfg_accessible-not_sure.rs:36:18
|
||
|
|
|
||
|
LL | #[cfg_accessible(Enum::unresolved)]
|
||
|
| ^^^^^^^^^^^^^^^^
|
||
|
|
|
||
|
= note: the type may have associated items, but we are currently not checking them
|
||
|
|
||
|
error: not sure whether the path is accessible or not
|
||
|
--> $DIR/cfg_accessible-not_sure.rs:46:18
|
||
|
|
|
||
|
LL | #[cfg_accessible(Trait::existing)]
|
||
|
| ^^^^^^^^^^^^^^^
|
||
|
|
|
||
|
= note: the type may have associated items, but we are currently not checking them
|
||
|
|
||
|
error: not sure whether the path is accessible or not
|
||
|
--> $DIR/cfg_accessible-not_sure.rs:48:18
|
||
|
|
|
||
|
LL | #[cfg_accessible(Trait::unresolved)]
|
||
|
| ^^^^^^^^^^^^^^^^^
|
||
|
|
|
||
|
= note: the type may have associated items, but we are currently not checking them
|
||
|
|
||
|
error: not sure whether the path is accessible or not
|
||
|
--> $DIR/cfg_accessible-not_sure.rs:55:18
|
||
|
|
|
||
|
LL | #[cfg_accessible(TypeAlias::existing)]
|
||
|
| ^^^^^^^^^^^^^^^^^^^
|
||
|
|
|
||
|
= note: the type may have associated items, but we are currently not checking them
|
||
|
|
||
|
error: not sure whether the path is accessible or not
|
||
|
--> $DIR/cfg_accessible-not_sure.rs:57:18
|
||
|
|
|
||
|
LL | #[cfg_accessible(TypeAlias::unresolved)]
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
|
||
|
= note: the type may have associated items, but we are currently not checking them
|
||
|
|
||
|
error: not sure whether the path is accessible or not
|
||
|
--> $DIR/cfg_accessible-not_sure.rs:66:18
|
||
|
|
|
||
|
LL | #[cfg_accessible(ForeignType::unresolved)]
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
|
||
|
= note: the type may have associated items, but we are currently not checking them
|
||
|
|
||
|
error: not sure whether the path is accessible or not
|
||
|
--> $DIR/cfg_accessible-not_sure.rs:75:18
|
||
|
|
|
||
|
LL | #[cfg_accessible(AssocType::AssocType::unresolved)]
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
|
||
|
= note: the type may have associated items, but we are currently not checking them
|
||
|
|
||
|
error: not sure whether the path is accessible or not
|
||
|
--> $DIR/cfg_accessible-not_sure.rs:80:18
|
||
|
|
|
||
|
LL | #[cfg_accessible(u8::unresolved)]
|
||
|
| ^^^^^^^^^^^^^^
|
||
|
|
|
||
|
= note: the type may have associated items, but we are currently not checking them
|
||
|
|
||
|
error: not sure whether the path is accessible or not
|
||
|
--> $DIR/cfg_accessible-not_sure.rs:82:18
|
||
|
|
|
||
|
LL | #[cfg_accessible(u8::is_ascii)]
|
||
|
| ^^^^^^^^^^^^
|
||
|
|
|
||
|
= note: the type may have associated items, but we are currently not checking them
|
||
|
|
||
|
error: aborting due to 13 previous errors
|
||
|
|