Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try
/
.
/
tests
/
ui
/
annotate-snippet
/
multiple-files.rs
blob: c67a31d8f07140c1d751ff7d8b617e6c4224daf1 [
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
();
}