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
/
src
/
tools
/
clippy
/
tests
/
ui
/
crashes
/
ice-4727.rs
blob: 2a4bc83f58a55508b19f0815ce3c3af4e5fadd86 (
plain
)
1
2
3
4
5
6
#![warn(clippy::use_self)]
#[path =
"auxiliary/ice-4727-aux.rs"
]
mod
aux
;
fn
main
()
{}