2022-05-25 09:25:18 -05:00
|
|
|
error: not sure whether the path is accessible or not
|
2022-05-25 13:08:27 -05:00
|
|
|
--> $DIR/cfg_accessible-bugs.rs:15:18
|
2022-05-25 09:25:18 -05:00
|
|
|
|
|
|
|
|
LL | #[cfg_accessible(TraitAlias::unresolved)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: the type may have associated items, but we are currently not checking them
|
|
|
|
|
|
|
|
error: cannot determine whether the path is accessible or not
|
2022-05-25 13:08:27 -05:00
|
|
|
--> $DIR/cfg_accessible-bugs.rs:11:1
|
2022-05-25 09:25:18 -05:00
|
|
|
|
|
|
|
|
LL | #[cfg_accessible(unresolved)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|