aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/project/use-public.stderr
blob: 6956656c9998cb65525e408f954e031f7cb5547f (plain)
1
2
3
4
5
6
7
error[E0365]: `__AProjection` is private, and cannot be re-exported
  --> $DIR/use-public.rs:14:13
   |
14 |     pub use crate::A; //~ ERROR E0365
   |             ^^^^^^^^ re-export of private `__AProjection`
   |
   = note: consider declaring type or module `__AProjection` with `pub`