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
/
unsized-locals
/
auxiliary
/
ufuncs.rs
blob: 5954abf3a1fc5ea007222a44adb4e3c0e41e910b (
plain
)
1
2
3
#![feature(unsized_locals, unsized_fn_params)]
pub
fn
udrop
<
T
:
?
Sized
>
(
_x
:
T
)
{}