summary refs log tree commit diff
path: root/src/test/ui/static/static-priv-by-default2.stderr
blob: 0f749b0e4f37abf3a5e8c99061fb02473d227685 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
error[E0603]: static `private` is private
  --> $DIR/static-priv-by-default2.rs:25:9
   |
LL |     use child::childs_child::private;
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0603]: static `private` is private
  --> $DIR/static-priv-by-default2.rs:33:9
   |
LL |     use static_priv_by_default::private;
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 2 previous errors

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