mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 16:54:01 +00:00
17 lines
502 B
Plaintext
17 lines
502 B
Plaintext
|
error: not sure whether the path is accessible or not
|
||
|
--> $DIR/cfg_accessible-bugs.rs:28:18
|
||
|
|
|
||
|
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
|
||
|
--> $DIR/cfg_accessible-bugs.rs:24:1
|
||
|
|
|
||
|
LL | #[cfg_accessible(unresolved)]
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: aborting due to 2 previous errors
|
||
|
|