]> git.lizzy.rs Git - rust.git/blob - src/test/ui/conditional-compilation/cfg_accessible-bugs.stderr
Auto merge of #98051 - davidtwco:split-dwarf-stabilization, r=wesleywiser
[rust.git] / src / test / ui / conditional-compilation / cfg_accessible-bugs.stderr
1 error: not sure whether the path is accessible or not
2   --> $DIR/cfg_accessible-bugs.rs:15:18
3    |
4 LL | #[cfg_accessible(TraitAlias::unresolved)]
5    |                  ^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: the type may have associated items, but we are currently not checking them
8
9 error: cannot determine whether the path is accessible or not
10   --> $DIR/cfg_accessible-bugs.rs:11:1
11    |
12 LL | #[cfg_accessible(unresolved)]
13    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14
15 error: aborting due to 2 previous errors
16