Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
unsized-locals
/
auxiliary
/
ufuncs.rs
blob: 5954abf3a1fc5ea007222a44adb4e3c0e41e910b [
file
] [
log
] [
blame
] [
edit
]
#![
feature
(
unsized_locals
,
unsized_fn_params
)]
pub
fn
udrop
<
T
:
?
Sized
>(
_x
:
T
)
{}