Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
rfc-2126-extern-absolute-paths
/
non-existent-2.rs
blob: def60feb5a6ef18e248c06aeb97588316ac3cc05 [
file
] [
log
] [
blame
]
// edition:2018
fn
main
()
{
let
s
=
::
xcrate
::
S
;
//~^ ERROR failed to resolve: could not find `xcrate` in the list of imported crates
}