]> git.lizzy.rs Git - rust.git/blob - src/test/ui/export-import.stderr
Auto merge of #52994 - varkor:trim_direction, r=alexcrichton
[rust.git] / src / test / ui / export-import.stderr
1 error[E0603]: function `unexported` is private
2   --> $DIR/export-import.rs:11:5
3    |
4 LL | use m::unexported;
5    |     ^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0603`.