This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
39e23ef532
rust
/
tests
/
ui
/
unsized-locals
/
auxiliary
/
ufuncs.rs
4 lines
82 B
Rust
Raw
Normal View
History
Unescape
Escape
Add unsized_fn_params feature
2020-10-16 15:46:59 -05:00
#![
feature(unsized_locals, unsized_fn_params)
]
Add tests for unsized-locals functions stability.
2018-11-18 09:26:05 -06:00
pub
fn
udrop
<
T
:
?
Sized
>
(
_x
:
T
)
{
}
Reference in New Issue
Copy Permalink