]> git.lizzy.rs Git - rust.git/blob - src/test/ui/export-import.stderr
Remove licenses
[rust.git] / src / test / ui / export-import.stderr
1 error[E0603]: function `unexported` is private
2   --> $DIR/export-import.rs:1:8
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`.