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