summaryrefslogtreecommitdiffstats
path: root/src/test/ui/conditional-compilation/cfg_accessible-bugs.stderr
blob: 81f02387835d6b47b5d5e3125def4d0c8f8a5d00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
error: not sure whether the path is accessible or not
  --> $DIR/cfg_accessible-bugs.rs:15: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:11:1
   |
LL | #[cfg_accessible(unresolved)]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 2 previous errors