Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
rfcs
/
rfc-2126-extern-absolute-paths
/
non-existent-1.rs
blob: 60b5ded8c092b60ae2d3867dbadbd9e95e5f3323 [
file
] [
log
] [
blame
]
//@ edition:2018
use
xcrate
::
S
;
//~ ERROR unresolved import `xcrate`
fn
main
()
{}