summary refs log tree commit diff
path: root/src/test/ui/use/use-mod/use-mod-3.stderr
blob: c644ec752f90d475b9e8264d6ed585e500853b11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
error[E0603]: module `bar` is private
  --> $DIR/use-mod-3.rs:1:10
   |
LL | use foo::bar::{ //~ ERROR module `bar` is private
   |          ^^^

error[E0603]: module `bar` is private
  --> $DIR/use-mod-3.rs:4:10
   |
LL | use foo::bar::{ //~ ERROR module `bar` is private
   |          ^^^

error: aborting due to 2 previous errors

For more information about this error, try `rustc --explain E0603`.