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
/
rfc-2126-extern-absolute-paths
/
non-existent-1.rs
blob: 9c0e0bef480d0811408a8233b0102a16c7277c05 (
plain
)
1
2
3
4
5
// edition:2018
use
xcrate
::
S
;
//~ ERROR unresolved import `xcrate`
fn
main
()
{}