Sign in
rust
/
rust
/
HEAD
/
.
/
tests
/
ui
/
annotate-snippet
/
multiple-files.rs
blob: 060e817bea08ab834d05c071abdbc76c8444b970 [
file
] [
log
] [
blame
]
//@ aux-build:other_file.rs
//@ compile-flags: --error-format human
extern
crate other_file
;
fn
main
()
{
other_file
::
WithPrivateMethod
.
private_method
();
}