blob: 981cdbb10a917cbe70e81b18fed01adc244e8d52 [file] [log] [blame]
// aux-build:other_file.rs
// compile-flags: --error-format human-annotate-rs -Z unstable-options
extern crate other_file;
fn main() {
other_file::WithPrivateMethod.private_method();
}