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-9459.rs
blob: 55615124fcf01eafc7162fbba9a7d6c7c3a8e84f (
plain
)
1
2
3
4
5
#![feature(unsized_fn_params)]
pub
fn
f0
(
_f
:
dyn
FnOnce
())
{}
fn
main
()
{}