Sign in
android
/
toolchain
/
rustc
/
f7ad1c480b8dc4097ef67cd82ec1c5b706e10950
/
.
/
src
/
test
/
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
()
{}