index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
rfcs
/
rfc-2126-extern-absolute-paths
/
non-existent-3.rs
blob: 486159c0e4aa3fa4939aab9516a2fc35bcaf3d74 (
plain
)
1
2
3
4
5
// edition:2018
use
ycrate
;
//~ ERROR unresolved import `ycrate`
fn
main
()
{}