Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
imports
/
issue-36881.rs
blob: 4aff642ea958485b9ea1330dcfb57b481f723b25 [
file
] [
log
] [
blame
] [
edit
]
//@ aux-build:issue-36881-aux.rs
fn
main
()
{
extern
crate issue_36881_aux
;
use
issue_36881_aux
::
Foo
;
//~ ERROR unresolved import
}