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
39ba9dadee
rust
/
tests
/
ui
/
consts
/
drop_box.rs
5 lines
67 B
Rust
Raw
Normal View
History
Unescape
Escape
Revert accidental stabilization
2022-03-10 08:28:28 -06:00
const
fn
f
<
T
>
(
_
:
Box
<
T
>
)
{
}
Note the type when unable to drop values in compile time
2022-09-23 09:22:36 -05:00
//~^ ERROR destructor of
Revert accidental stabilization
2022-03-10 08:28:28 -06:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink