blob: ba36f9b5582e5ec9ad0d3dc9ec29eae385d24e2c [file] [log] [blame]
error[E0603]: function `bar` is private
--> $DIR/issue-16725.rs:16:19
|
LL | unsafe { foo::bar(); }
| ^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0603`.