Sign in
android
/
toolchain
/
rustc
/
5139364148b53d79de1b5e778004d41a6a33a4a2
/
.
/
tests
/
ui
/
annotate-snippet
/
multiple-files.rs
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
();
}