Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
annotate-snippet
/
multiple-files.rs
blob: c67a31d8f07140c1d751ff7d8b617e6c4224daf1 [
file
] [
log
] [
blame
] [
edit
]
//@ 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
();
}