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