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
/
imports
/
import-loop.rs
blob: b48783401455dadc5739706b57d237ad798c40ff (
plain
)
1
2
3
4
5
6
7
8
9
// error-pattern:import
use
y
::
x
;
mod
y
{
pub
use
y
::
x
;
}
fn
main
()
{
}