rust/tests/ui/privacy/issue-57264-1.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
126 B
Rust
Raw Normal View History

2019-11-06 00:00:00 +00:00
// check-pass
// aux-build:issue-57264-1.rs
extern crate issue_57264_1;
fn main() {
issue_57264_1::Pub::pub_method();
}