Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
rfc-2126-extern-absolute-paths
/
non-existent-1.rs
blob: 9c0e0bef480d0811408a8233b0102a16c7277c05 [
file
] [
log
] [
blame
]
// edition:2018
use
xcrate
::
S
;
//~ ERROR unresolved import `xcrate`
fn
main
()
{}